A Table of Contents extension for JupyterLab that auto-generates clickable headings from notebooks and markdown documents.
jupyterlab-toc is a JupyterLab extension that automatically generates a table of contents from headings in Jupyter notebooks and markdown documents. It provides clickable navigation to quickly jump between sections, improving the usability of long or structured documents within the JupyterLab environment.
Data scientists, researchers, and developers who use JupyterLab for working with notebooks or markdown documents and need better navigation tools for large files.
It integrates seamlessly into JupyterLab, offering a native-like table of contents experience that enhances productivity by simplifying document navigation without requiring external tools or manual ToC creation.
Table of Contents extension for JupyterLab
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Automatically creates a table of contents from headings in notebooks and markdown documents, as demonstrated in the README's animation, eliminating manual effort.
Provides clickable entries that scroll the document to corresponding headings, enhancing usability for long or complex documents within JupyterLab.
The ToC updates dynamically as the document changes, ensuring it stays current without requiring manual refreshes, as noted in the key features.
Supports collapsing sections of notebooks directly from the ToC via the 'collapsibleNotebooks' setting, improving organization for structured workflows.
Development has moved to the core JupyterLab repo, making this extension unsupported for new features or fixes, as stated in the README's archived notice.
Only useful for JupyterLab < 3.0; for newer versions, it's redundant since the functionality is built-in, creating confusion and unnecessary installation.
Offers limited settings, with only one configurable option for collapsible notebooks, which may not meet advanced user needs for ToC styling or behavior.