-
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
Adds left and right panels #6327
Conversation
Is there an update on this ? |
I think one of the blockers was being able to reuse the table of contents extension from JupyterLab in Notebook v7. It was not easily possible for a while but should be possible now with the latest JupyterLab 4.0.0ax pre-releases. |
In particular jupyterlab/jupyterlab#12374 which was released in |
@jweill-aws were you planning to resume work on this branch? |
@jtpio I am actively working on a different project at the moment. I don't have a plan to resume work on this item in the near term. |
Thanks for answering. |
I rebased the PR and added the TOC dependency here. The widget is It seems that the |
Thanks @jweill-aws and @brichet.
@brichet maybe we can open a new PR based on this commit and continue there? |
Addreses #6326 by adding a left and right panel to Jupyter Notebook.
Adapted from jupyterlab/retrolab#275 which was to address jupyterlab/retrolab#272.