Hello Team,
I’m working with Databricks to visualize some data. Before I worked with the old version 1.4.0, which is recommended from Databricks. Bokeh | Databricks on AWS
I have always installed bokeh in Notebook with the code:
dbutils.library.installPyPI(“bokeh”, version = “1.4.0”)
and it runs good.
Today I realize that the new release 2.0.0 is no more compatible with Databricks. After:
dbutils.library.installPyPI(“bokeh”, version = “2.0.0”)
I tryed to plot some data with my old code but it failed and showed:
Uncaught ReferenceError: Bokeh is not defined
This issue is not urgent cause I can always work with the 1.4.0 version. But maybe someone has any ideas about the problem? Thx
Regards
Xunbo