processmapR seems not to work on Google Colab (for R) or any other Notebook like DataBricks (for R)
The following code seems to run but the output is empty, although into the html inspection there is the html widget code but is not showing up as a graph into the interpreter.
library(eventdataR)
library(processmapR)
data(patients)
process_map(patients)

processmapR seems not to work on Google Colab (for R) or any other Notebook like DataBricks (for R)
The following code seems to run but the output is empty, although into the html inspection there is the html widget code but is not showing up as a graph into the interpreter.