-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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 |
Same issue as well. Any chance to fix this issue? |
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 :) |
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. |
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:
Is there a specific version of jupyterlab that is required?
The text was updated successfully, but these errors were encountered: