-
Notifications
You must be signed in to change notification settings - Fork 65
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
[utoronto] Undo Jupyter ServerApp usage to fix jupyter-nbcontrib-extensions #2411
Conversation
jupyter-nbcontrib-extensions required the following fixes to work: 1. Pin nbclassic<0.5 (done in 2i2c-org/utoronto-image#49, until Jupyter-contrib/jupyter_nbextensions_configurator#152 is merged and released) 2. Upgrade jupyter-nbcontrib-extensions to latest released version (done in 2i2c-org/utoronto-image#48) 3. Stop using ServerApp, and use NotebookApp (issue to be filed here) Ref 2i2c-org/utoronto-image#48
Merging this PR will trigger the following deployment actions. Support and Staging deployments
Production deployments
|
Tested on utoronto staging. Will need to raise an upstream issue about jupyter_server migration causing more problems here. |
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.
lgtm
Thanks for the great work debugging this
🎉🎉🎉🎉 Monitor the deployment of the hubs here 👉 https://github.com/2i2c-org/infrastructure/actions/runs/4493472252 |
Should the same be done for the basehub image? I'm not sure how widely used extensions are |
jupyter-nbcontrib-extensions required the following fixes to work:
Ref 2i2c-org/utoronto-image#48