added separate page for jupyter extensions
This commit is contained in:
@ -76,20 +76,6 @@ conda create -c conda-forge -p /data/user/${USER}/conda-envs/my-test-env python=
|
||||
After this, your new kernel will be visible as `my-test-env` inside of your jupyterhub session.
|
||||
|
||||
|
||||
## Using nbextensions for adding features to your notebook
|
||||
|
||||
There exist a number of useful [contributed but unofficial
|
||||
extensions](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/index.html)
|
||||
that add useful features to your notebooks.
|
||||
|
||||
From the classic Notebook UI you can access the available extensions in a separate tab as displayed in the screenshot, below. You may have to unselect the *disable configuration for nbextensions without explicit copatibility*. The extensions we tested still worked fine with this jupyterhub version of 1.0.0.
|
||||
|
||||
{% include image.html file="jupyter-nbextensions.png" caption="Launch Classic Notebook" max-width=586 %}
|
||||
|
||||
Especially the following extensions make working with larger notebooks easier
|
||||
* **Table of Contents**: Displays a TOC on the left and you can also configure it
|
||||
to add and update a TOC at the head of the document.
|
||||
* **Collapsible Headings**: allows you to fold all the cells below a heading
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
Reference in New Issue
Block a user