Bokeh Plots and Kyso
Use this snippet to make bokeh plots work seamlessly in Jupyter and Kyso.
Last updated
Was this helpful?
Use this snippet to make bokeh plots work seamlessly in Jupyter and Kyso.
Last updated
Was this helpful?
To make bokeh plots work inside Jupyter and render on Kyso, we need to save the plot to a virtual html file and then show it in the notebook:
Then we can use this function bokeh_show
to show any plots we create:
[1]
[2]