Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Install fails with Jupyterlab 3.0.7 #73

Open
MaxUdk opened this issue Feb 11, 2021 · 8 comments
Open

Install fails with Jupyterlab 3.0.7 #73

MaxUdk opened this issue Feb 11, 2021 · 8 comments
Assignees

Comments

@MaxUdk
Copy link

MaxUdk commented Feb 11, 2021

Hey there, nice work sofa. Unfortunately install fails with Jupyterlab 3.0.7 on Mac (Big Sur).

ValueError: The extension "@pyviz/jupyterlab_pyviz" does not yet support the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab Extension Package

=3.0.4 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/application
=3.0.3 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/apputils
=3.0.4 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/notebook
=3.0.3 <3.1.0 >=2.0.0 <3.0.0 @jupyterlab/rendermime-interfaces
=6.0.3 <6.1.0 >=5.0.0 <6.0.0 @jupyterlab/services
See the log file for details: /var/folders/k4/9l0_d86n3qn8wp609m1c6tmc0000gn/T/jupyterlab-debug-wlhnr7lj.log

Regards

@philippjfr
Copy link
Member

You no longer have to install the extension explicitly, it is automatically installed when you install the Python package. We've also updated documentation about everywhere (but in some cases the docs have not yet been rebuilt).

@philippjfr
Copy link
Member

philippjfr commented Feb 11, 2021

I guess, we could actually upload the updated extension to NPM so this at least doesn't error.

@philippjfr philippjfr reopened this Feb 11, 2021
@ae3e
Copy link

ae3e commented Mar 10, 2021

It doesn't seem to work with Jupyter 3.0.9 without the extension...
I installed with the following command

conda update -c pyviz holoviews bokeh

Then it works with matplotlib
image

but not with Bokeh (nothing renders...)
image

by th way, Bokeh, by itself, works:
image

Here are the installed extensions :
image

Did I miss something?

===============EDIT=========================
Don't know exactly what changed (Probably a mixed between channels (default and conda-forge) when updating some packages?) but now it works... Sorry for the inconvenience!

@fcollonval
Copy link

fcollonval commented Apr 30, 2021

Dear maintainers, in the referenced issue on plotly, installing pyviz_comms breaks plotly. Looking at the package.json file in this project, you may have trouble with the shared package @jupyter-widgets/jupyterlab-manager.

@fcollonval
Copy link

fcollonval commented Apr 30, 2021

Configuration and implementation inspired from https://github.com/voila-dashboards/voila-gridstack/blob/master/packages/jupyterlab-gridstack/src/widgets/index.ts may be better than the use of require and the current configuration. I'll try to set up a PR.

@philippjfr
Copy link
Member

@fcollonval If you could look into it that would be incredibly helpful!

@fcollonval
Copy link

Short update here. After investigation, the trouble in plotly was not due to pyviz_comms.

@sophiamyang
Copy link

@philippjfr is there an issue remaining here or can this be closed?

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

No branches or pull requests

5 participants