-
Notifications
You must be signed in to change notification settings - Fork 328
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
Requirement in README and install instructions contradictory. #1291
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
The jupyterlab-git v0.50.0rc0 supporting JupyterLab 4.0 is in release candidate phase, and as such you will need to add
(see #1245 (comment)). As soon as the final version is released (hopefully very soon) the plain pip install will just work. |
Great! However, I still believe the docs should be updated. As it seems 0.50 will be released quite soon, maybe it is sufficient to simply remove the |
Fixed by #1305 |
After #1271, there seem to be a contradiction in the README. The top parts says "JupyterLab >= 4.0" in requirements, while the installation instructions are
pip install --upgrade "jupyterlab<4" jupyterlab-git
.From my experiments, it seems like 4.0 does not work.
Originally posted by @markusReinert in #1271 (comment)
The text was updated successfully, but these errors were encountered: