bokeh / jupyter_bokeh

An extension for rendering Bokeh content in JupyterLab notebooks
BSD 3-Clause "New" or "Revised" License
253 stars 48 forks source link

Wait for Bokeh before rendering BokehJSExec model #99

Closed mattpap closed 4 years ago

mattpap commented 4 years ago

Depends on PR https://github.com/bokeh/bokeh/pull/9861. Refreshing a tab now doesn't produce any errors or exceptions. State is still not maintained, so plots aren't updatedable after a refresh, but that's an orthogonal and much deeper issue.

fixes #49 fixes #98