-
Notifications
You must be signed in to change notification settings - Fork 345
Extension outdated with JupyterLab v2.0.1 #559
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
Comments
Cheers, I have just upgraded my docker containers and I don't see the point of not being able to migrate immediately from 1.2.x to 2.0.x - it works absolutely smoothly for me - just now the environment is without git support. In other words: The upgrade from 1.2.x to 2.0.x is not immediately possible, only if the git extension is used :( PR #520 also appears to be broken with the master branch and has no conda or npm release, which makes "trying out" more complicated in containerized environments. Isn't it possible to branch off the version for JL 2.0.x and release it separately using semantic versioning? This would make sense for people who are able to use version pinning. [EDIT] JL 2.1.x is around the corner, so the version gap increases. |
Same issue:
|
Cmon guys, you are breaking your own extenstion and make is useless |
@DraTeots Feel free to use JupyterLab |
@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? |
Now it is Jupyterlab 2.1 Don't get my previous post as offensive. The problem I see is that when our users do At the same time Jupyterlab development model is such that "the later version is more stable" as I see it at this point. |
hi! |
I also received the following error and unable to use git in Jupyterlab: The following extension are outdated: Consider running "jupyter labextension update --all" to check for updates. (base) omer@Falcon-7:~$ jupyter labextension update --all |
Follow the issue #602 to see the progress of publication for JLab 2. In the meantime, for those willing to test the upcoming release, you could try installing the release candidate using the following commands: python -m pip install --pre jupyterlab-git==0.20.0rc0
jupyter lab build |
I tried this release and I get the following error when notebooks start up:
The history saving thread hit an unexpected error (DatabaseError('database disk image is malformed',)).History will not be written to the database.
I never saw this before the upgrade. It doesn’t seem to be causing an issue though, Jupyter appears to b e working fine.
Dave
|
@DaveDeCaprio Thanks for reporting. Could you open an separate issue and provide as much details as possible? Especially because googling your error message is only pointing to an SQLite exception that has nothing to do with this extension (nor JupyterLab actually)... |
I'm closing this one as 0.20.0 has been released now. |
Description
Can't use
jupyterlab-git
withJupyterLab
v2.0.1, it saysjupyterlab-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.
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
withJupyterLab
v2.0.*.Context
The text was updated successfully, but these errors were encountered: