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 outdated with JupyterLab v2.0.1

See original GitHub issue

Description

Can’t use jupyterlab-git with JupyterLab v2.0.1, it says jupyterlab-git is outdated.

Reproduce

  1. conda create -n testenv python=3.8
  2. conda activate testenv
  3. conda -c conda-forge install jupyterlab jupyterlab-git
  4. jupyter lab build outputs: [LabBuildApp] WARNING | The extension "@jupyterlab/git" is outdated.
  5. If I try jupyter labextension update --all, it outputs No compatible version found for @jupyterlab/git!

Expected behavior

I would really like to be able to use jupyterlab-git with JupyterLab v2.0.*.

Context

  • Python package version:
conda list jupyterlab-git
# packages in environment at /home/apierre/miniconda3/envs/testenv:
#
# Name                    Version                   Build  Channel
jupyterlab-git            0.9.0                      py_0    conda-forge
  • Extension version:
jupyter labextension list
JupyterLab v2.0.1
Known labextensions:
   app dir: /home/apierre/miniconda3/envs/testenv/share/jupyter/lab
        @jupyterlab/git v0.9.0  enabled   X
        nbdime-jupyterlab v2.0.0  enabled  OK

   The following extension are outdated:
        @jupyterlab/git
        
   Consider running "jupyter labextension update --all" to check for updates.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

15reactions
saravanabalagicommented, Apr 9, 2020

@kgryte Thanks for the workaround. Have you planned any release date (if not is there an ETA) that you can let us know for shipping the update that works with jupyterlab 2?

13reactions
camelatorcommented, Apr 17, 2020

hi! Same issue here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JupyterLab Changelog — JupyterLab 3.6.0b0 documentation
Deprecate managing source extensions with jupyter labextension #13424 (@jtpio) ... Update several extensions readme files to delete old content.
Read more >
How do I prevent this error during building an extension for ...
I am finding a difficulty in the following extension tutorial for jupyter labs. While building the tutorial using pip install -ve.
Read more >
JupyterLab - PyPI
You can also find JupyterLab extensions exploring GitHub topic jupyterlab-extension. ... If you are using a macOS version that comes with Python 2, ......
Read more >
How do we uninstall extensions that have been installed using ...
I am using 3.0. (jupyterlab-ext) [null@localhost jupyterlab_apod]$ pip uninstall jupyterlab_apod Found existing installation: jupyterlab-apod 0.1.0 Uninstalling ...
Read more >
Jupyterlab-nengo 0.1.0 released - Announcements
The jupyterlab-nengo extension allows to run the Nengo GUI within JupyterLab. That means you get all the amazing JupyterLab features such as ...
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