Extension outdated with JupyterLab v2.0.1
See original GitHub issueDescription
Can’t use jupyterlab-git
with JupyterLab
v2.0.1, it says jupyterlab-git
is outdated.
Reproduce
conda create -n testenv python=3.8
conda activate testenv
conda -c conda-forge install jupyterlab jupyterlab-git
jupyter lab build
outputs:[LabBuildApp] WARNING | The extension "@jupyterlab/git" is outdated.
- If I try
jupyter labextension update --all
, it outputsNo 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:
- Created 4 years ago
- Reactions:2
- Comments:13 (5 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
@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?
hi! Same issue here.