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

The extension "jupyterlab_bokeh" does not yet support the current version of JupyterLab #92

Closed mohataher closed 4 years ago

mohataher commented 4 years ago

I tried to install Jupyter Bokeh on my machine using the command

jupyter labextension install jupyterlab_bokeh

But I received the following error.

dev % jupyter labextension install jupyterlab_bokeh
An error occured.
ValueError: The extension "jupyterlab_bokeh" does not yet support the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab                        Extension      Package
>=2.0.2 <2.1.0                    >=0.19.1 <0.20.0@jupyterlab/application
>=2.0.2 <2.1.0                    >=0.19.1 <0.20.0@jupyterlab/apputils
>=2.0.2 <2.1.0                    >=0.19.1 <0.20.0@jupyterlab/notebook
>=2.0.1 <2.1.0                    >=1.2.1 <2.0.0 @jupyterlab/rendermime-interfaces
>=5.0.2 <5.1.0                    >=3.2.1 <4.0.0 @jupyterlab/services
See the log file for details:  /var/folders/_c/2rd_ftbs3p59fwwpl9hy7ppm0000gn/T/jupyterlab-debug-xgos2923.log

Is there any plan to support Jupyter 2?

roger-mahler commented 4 years ago

Information is in #88 and https://github.com/bokeh/jupyter_bokeh/pull/90.

bryevdv commented 4 years ago

Closing as dupe