Table of contents is an efficient way to organize your notebook but it does not come automatically with JupyterLab. How can we install it?
In [0]:
conda install -c conda-forge nodejs
If you use Homebrew on Mac OS X:
In [0]:
brew install node
I tried PIP install - that is ok too
In [0]:
pip install nodejs
You can also download Node.js from the Node.js website and install it directly.
In [0]:
jupyter labextension install @jupyterlab/toc