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

Error installing plugin -- is there a version requirement for jupyterlab? #10

Open
jeffneuen opened this issue Mar 11, 2021 · 4 comments

Comments

@jeffneuen
Copy link

Attempting to install on a fairly recent miniconda, tried with both python 3.6 with jupyerlab installed via pip, and python 3.9 with jupyterlab installed via conda. Jupyterlab 3.0.10 for the python 3.9 env. Received this error message in both cases:

$ jupyter labextension install @mangroup/jupyterlab-autoplot-display
An error occured.
ValueError: The extension "@mangroup/jupyterlab-autoplot-display" does not yet support the current version of JupyterLab.


Conflicting Dependencies:
JupyterLab              Extension      Package
>=3.0.6 <3.1.0          >=1.0.0 <2.0.0 @jupyterlab/application
>=3.0.5 <3.1.0          >=1.2.8 <2.0.0 @jupyterlab/mainmenu
>=3.0.6 <3.1.0          >=1.2.9 <2.0.0 @jupyterlab/notebook

Is there a specific version of jupyterlab that is required?

@janusyjy
Copy link

Attempting to install on a fairly recent miniconda, tried with both python 3.6 with jupyerlab installed via pip, and python 3.9 with jupyterlab installed via conda. Jupyterlab 3.0.10 for the python 3.9 env. Received this error message in both cases:

$ jupyter labextension install @mangroup/jupyterlab-autoplot-display
An error occured.
ValueError: The extension "@mangroup/jupyterlab-autoplot-display" does not yet support the current version of JupyterLab.


Conflicting Dependencies:
JupyterLab              Extension      Package
>=3.0.6 <3.1.0          >=1.0.0 <2.0.0 @jupyterlab/application
>=3.0.5 <3.1.0          >=1.2.8 <2.0.0 @jupyterlab/mainmenu
>=3.0.6 <3.1.0          >=1.2.9 <2.0.0 @jupyterlab/notebook

Is there a specific version of jupyterlab that is required?

same here

I tried downgrading the Lab version, but it still wont work.

The need widget jupyterlab-manager cannot be successfully installed in a lower than 2.0.0 version of Jupyter lab

it seems that the required widgets:

@jupyter-widgets/jupyterlab-manager and @mangroup/jupyterlab-autoplot-display cannot be integrated in same verstion of Jupyter Lab. The former one needs a higher version while the latter needs a lower version.

hope this could be fixed

@HLatte
Copy link

HLatte commented Jul 27, 2021

Same issue as well. Any chance to fix this issue?

@aflag
Copy link
Collaborator

aflag commented Jul 29, 2021

Hello, this extension currently works with jupyterlab 2.0.0. We haven't got around to support a newer version of jupyterlab yet. Contributions are always welcome :)

@kernelpanek
Copy link

What I did to work around the error was fork this repo and experiment with a fix. While there are many changes from Jupyterlab 2.x to 3.x, I decided just to bump the versions in the Javascript package to match Jupyterlab 3.x components and attempt to avoid the error. After updating the component versions, I ran the instructions set in the README.md file and I was able to get the extension working. It might not be absolutely perfect, but both the graph and d-tale views seemed to work.

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