I am trying to import curdoc
. I have tried from bokeh.io import curdoc
and from bokeh.plotting import curdoc
but neither works.
I've tried pip install -U bokeh
and pip install bokeh
but it still returns no module named 'bokeh.plotting; 'bokeh' is not a package'
. What is happening?
I have reverted back to 0.12.1 currently.