-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add the Settings Editor to the landing page #6316
Conversation
Maybe this would actually be a more sustainable approach for the first 7.0 release. So other types of JupyterLab widgets could be added to that tree panel, so they are all under |
Looks like this could indeed play nicely, especially since it would be similar to how some extra functionalities were being added to the classic notebook before, for example "Clusters" and "Nbextensions": |
cf04057
to
b4d19f3
Compare
c450a6d
to
767ea05
Compare
Maybe we can keep the settings editor hidden for now by default, so it looks more like the classic notebook. And add it to the tab panel when opening it via the menu entry: settings-editor.mp4 |
There is an upstream issue when using the command palette. Tracked in jupyterlab/jupyterlab#13760 and related PR: jupyterlab/jupyterlab#13761 |
Opened #6691 to track this. |
Now looking good for a first step. We can continue iterating in follow-up PRs. |
This adds the Settings Editor to the existing
TabPanel
on the landing page (/tree
):settings-editor.mp4
Previous iteration
setting-editor.mp4
TODO
Expose the tab panel for other plugins: https://github.com/jupyterlab/retrolab/issues/21