Extension doesn't install on jupyterlab 2.0.0
See original GitHub issueJupyter Lab recently bumped its major version, and now this extension won’t install, failing with the following message:
Building jupyterlab assets (build:prod:minimize)
An error occured.
ValueError: This extension does not yet support the current version of JupyterLab.
I guess it is because of these lines in package.json
:
"dependencies": {
"@jupyterlab/application": "^1.1.3",
"@jupyterlab/apputils": "^1.1.3",
"@jupyterlab/docregistry": "^1.1.3",
"@jupyterlab/notebook": "^1.1.3",
"@jupyterlab/rendermime-interfaces": "^1.4.0",
"@jupyterlab/services": "^4.1.1",
"@jupyter-widgets/base": "^2.0.1",
"@phosphor/coreutils": "^1.3.1",
"@phosphor/disposable": "^1.3.1",
"@phosphor/widgets": "^1.9.3"
},
I’m not sure if the extension really isn’t compatible, or if the dependency was pinned just to be cautious.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Unable to install jupyterlab-execute-time extension
Whenever I try to install jupyterlab-execute-time extension, I get the following error . Is there any solution to the problem?
Read more >Extension Migration Guide - JupyterLab Documentation
In JupyterLab v3.6, it is necessary to install Jupyter Server v2.0 to use real-time ... It does not extend WebSocketProvider from y-websocket anymore....
Read more >jupyterlab version for prodigy extension - jupyter
I'm trying to get the jupyterlab prodigy extension installed but am having some trouble finding the correct version of jupyterlab to use.
Read more >jupyterlab/jupyterlab - Gitter
I am trying to create a reproducible jupyter lab setup extensions and ... e.g., ^2.0.0 means the extension works on JupyterLab versions '>=...
Read more >Problem with binder demos - maybe can't install extensions
Some examples that don't work: The JupterLab binder example: https://github.com/binder-examples/jupyterlab The Jupyter extension exa…
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We will have a new 2.x release out in the next few weeks (we have to get through the Bokeh 2.0 release first)
I’m also interested on this issue. Thanks for all your work!!