notebook.community
Edit and run
In [3]: import bokeh.plotting as bkp bkp.output_notebook()
import bokeh.plotting as bkp bkp.output_notebook()
BokehJS successfully loaded.
What happens here?
In [4]: asdf
asdf
--------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-4-89149a8c432d> in <module>() 1 ----> 2 asdf NameError: name 'asdf' is not defined