Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Little issue of versioning due to jupyterlab #2

Open
pa-laharotte opened this issue Nov 24, 2020 · 1 comment
Open

Little issue of versioning due to jupyterlab #2

pa-laharotte opened this issue Nov 24, 2020 · 1 comment
Assignees

Comments

@pa-laharotte
Copy link
Collaborator

Following the ReadMe instructions

An error occurs when we intend to install the bokeh extension to display bokeh pictures within jupyter

jupyter labextension install jupyterlab_bokeh

We retrieve the following error due to conflicting versions of JupyterLab obviously.

ValueError: No version of jupyterlab_bokeh could be found that is compatible with the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab              Extension      Package
>=1.2.1 <1.3.0          >=0.19.1 <0.20.0@jupyterlab/application
>=1.2.1 <1.3.0          >=0.19.1 <0.20.0@jupyterlab/apputils
>=1.2.2 <1.3.0          >=0.19.1 <0.20.0@jupyterlab/notebook
>=4.2.0 <4.3.0          >=3.2.1 <4.0.0 @jupyterlab/services
See the log file for details:  /var/folders/ps/bh4l2sdn40v1shp45y8pkl4h0000gn/T/jupyterlab-debug-i7_7dpdj.log

I tried to update jupyterlab, but the error remains.

@aladinoster
Copy link
Contributor

@pa-laharotte

does this work?

conda install -c bokeh jupyter_bokeh
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install @bokeh/jupyter_bokeh

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants