Bokeh Plots and Kyso
Use this snippet to make bokeh plots work seamlessly in Jupyter and Kyso.
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] https://deepnote.com/@jz/Bokeh-in-Deepnote-V6xAdXsXSTKYrEE84782qg
Last updated