jupyterlab-toc
jupyterlab-toc copied to clipboard
Table of Contents extension for JupyterLab
Now that the TOC extension is part of jupyterlab core, we should probably mark this repo as archived, and also add some helpful text for new/latecomers (eg "If you have...
## Reference: #99 ## Code Changes KeyDown event added to TOC content and list navigation and selection of content on notebook. Highlight the active list element on selection and keyboard...
This PR should partially address https://github.com/jupyterlab/jupyterlab-toc/issues/138 by - adding context menus to those ToC headings having notebook sections containing runnable code cells. - note that the context menus for running...
When I tried to install it, this occurred. Please let me know if anyone experiences this problem. Thanks! ``` PS C:\Users\ADMIN> jupyter labextension install @jupyterlab/toc Building jupyterlab assets (build:prod:minimize) \Exception...
I have update jupyterlab and the sidebar for TOC is not showing up.  Here is my extension list:  I am afraid I can't figure out what else to...
Is it possible to add the features as follows? 1. setting start (or begin) number 2. adding ToC cell to notebook These figures are already implemented in ToC2 for jupyter...
Thank you team for all your efforts. I find this extension very helpful. I feel it would be of great help if we can have an expand /collapse all toggle...
When opening a new notebook, how would you automatically bring up the ToC. At the moment you have to click on it to bring it into focus. Would like this...
First of all, thanks for the work! A good TOC functionality is very important to Jupyter notebooks in my opinion (so much so, that I think it should be part...