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

relax constraints to facilitate jupyterlab 4.0 conda build #200

Closed mcg1969 closed 6 months ago

mcg1969 commented 7 months ago

I have found that the jupyter_bokeh build on conda-forge is not compatible with JupyterLab 4.0. I was able to fix this by relaxing the constraints on key dependencies. To test I modified the conda.recipe built in here to force a build against JLab 4.0, and then tested it manually against JLab 4.1 running the examples in the examples/ directory. The server_embed.ipynb notebook failed, but for reasons that I suspect do not have to do with jupyter_bokeh.

philippjfr commented 6 months ago

Thanks @mcg1969, I'll let @mattpap merge and release.

bnavigator commented 6 months ago

FYI: Github Tag and Release are missing.

mattpap commented 6 months ago

FYI: Github Tag and Release are missing.

Indeed. It's fixed now.