bokeh / jupyter_bokeh

An extension for rendering Bokeh content in JupyterLab notebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is jupyter_bokeh 4.0.0?

pythonic2020 opened this issue · comments

It appears that about six months have gone by since anyone has made a PR that starts down the road of making the extension compatible with JupyterLab 4+. Have bokeh devs just given up on this effort? A PR for jupyter_bokeh 3.0.8 from last summer is a dead end.

The answer is the same answer that is always and forever the answer in open source: there is more work than people.

Pinning conda environments as below solves any update-related issues with Jupyter, ensuring that all bokeh interactive functions work perfectly:

jupyterlab==3.6.6
notebook==6.5.6

jupyter_bokeh 4.0 was finally published.

Awesome! Many thanks to all involved.