question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extension doesn't install on jupyterlab 2.0.0

See original GitHub issue

Jupyter 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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
bryevdvcommented, Mar 3, 2020

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)

0reactions
kennorsdbcommented, Mar 3, 2020

I’m also interested on this issue. Thanks for all your work!!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found