-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Pin jupyterlab at >=4.4.0a2,<5.0.0
in projects/jupyter-collaboration
package
#429
Conversation
Co-authored-by: David L. Qiu <[email protected]>
One open question about this PR being discussed in #425 (comment) is if |
Based on discussion during the JupyterLab call today adding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
>=4.4.0a2,<5.0.0
in projects/jupyter-collaboration
package
Removed "enhancement" label otherwise PRs show up twice in the changelog :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
Thank you everyone for looking into this 🚀. |
Adds
jupyterlab
pin at>=4.4.0a2,<5.0.0
inprojects/jupyter-collaboration
subpackage. This would introduce a way to specify which versions of jupyterlab current version of jupyter-collaboration is compatible with which would prevent RTC-jupyterlab version mismatch issues for new versions of jupyter-collaboration.jupyterlab
? #425Testing:
pip install jupyterlab==4.2.0
pip install -e .
fromprojects/jupyter-collaboration
jupyter --version
, note updatedjupyterlab
version