0.2.1 • Published 6 years ago

jupyterlab-toc v0.2.1

Weekly downloads
14
License
BSD-3-Clause
Repository
github
Last release
6 years ago

jupyterlab-toc

A Table of Contents extension for JupyterLab. This auto-generates a table of contents in the left area when you have a notebook or markdown document open. The entries are clickable, and scroll the document to the heading in question.

Here is an animation showing the extension's use, with a notebook from the Python Data Science Handbook: Table of Contents

Prerequisites

  • JupyterLab v0.32

Installation

jupyter labextension install jupyterlab-toc

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

jlpm install
jlpm run build
jupyter labextension install .

To rebuild the package and the JupyterLab app:

jlpm run build
jupyter lab build