JupyterLab 3.0 strategy
See original GitHub issueProposed change
Update to JupyterLab 3.0 when it’s released. Switch default from notebook to the planned lab classic notebook mode view.
Alternative options
- Upgrade to JupyterLab 3.0 but keep the default jupyter-notebook view.
Who would use this feature?
Hopefully everyone! This is a follow-on from https://github.com/jupyter/repo2docker/issues/724 Related issues:
How much effort will adding it take?
- Upgrading to JupyterLab 3.0 will require extensions to be updated, but assuming there are no major API changes this should be straightforward and just require bumping versions of dependencies.
- Switching the default interface will require investigation since the URL needs to change to
/doc
.
Who can do this work?
- Anyone can follow the instructions for updating conda packages.
- Changing the default requires knowledge of the repo2docker codebase
Required changes (please edit and update as required)
- Update JupyterLab
- Update jupyter-offlinenotebook (pip installable for JupyterLab 3)
- Switch from nbresuse to jupyter-resource-usage
- Switch default URL from
/tree
to either/doc
orlab
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top Results From Across the Web
JupyterLab 3.0 is released - Jupyter Blog
The 3.0 release of JupyterLab brings many new features to users and substantial improvements to the extension system.
Read more >The long-awaited JupyterLab 3.0 is finally here
The story presented the new feature highlights of JupyterLab 3.0 . The new release focused on internationalization, a transition to Jupyter ...
Read more >The Best Features of JupyterLab 3 Release - Medium
Meet the Next-Generation Jupyter User Interface · File Browser Filter · Single File Interface · Floating command Palette.
Read more >What's new in JupyterLab 3.0? | iRender AI/DeepLearning
JupyterLab 3.0 now comes with a front-end debugger by default, which allows you to debug notebooks, code consoles, and files from JupyterLab ...
Read more >JupyterLab 3.0 | JupyterLab releases its new verison ...
JupyterLab 3.0 now comes with a front-end debugger by default. This means that notebooks, code consoles, and files can now be debugged from ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s probably related to jupyter server now requiring
tornado>=6.1
. It should normally be fixed withjupyterlab==3.0.0rc14
(more info in https://github.com/jupyterlab/jupyterlab/pull/9453 and linked issues and PRs).Update to JupyterLab 3.0 will hopefully reduce a lot the build time for extensions and all, thanks to the webpack module federation.