-
Notifications
You must be signed in to change notification settings - Fork 410
Update to JupyterLab 3.4 #626
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
Conversation
|
Looks like this will require doing a 3.4 update in RetroLab as well, to properly handle the filebrowser changes as in jupyter/notebook#6336. |
Added |
| "licensesUrl": "./lab/api/licenses", | ||
| "mathjaxConfig": "TeX-AMS_CHTML-full,Safe" | ||
| "mathjaxConfig": "TeX-AMS_CHTML-full,Safe", | ||
| "preferredPath": "/" |
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.
This will be removed when jupyterlab/jupyterlab#12521 is available in a lab release.
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.
Tracked in #630
|
Planning to make a new release with this afterwards. |

References
Update to the latest JupyterLab 3.4 packages.
Opening early so we can start testing, leaving open until 3.4 final is out.
Code changes
@jupyterlabJS packages@jupyterlab/cell-toolbar-extensionpreferredPathto the page config to avoid the extra file browser toolbar icon? We might need to add it for now until Handle missingpreferredPathfrom the page config jupyterlab/jupyterlab#12521 lands in an upstream releaseUser-facing changes
Some JupyterLab 3.4 improvements and bug fixes will also be available in JupyterLite.
Cell Toolbar
New Tab button
Updated notebook look and feel in RetroLab
Backwards-incompatible changes
None