Jupyter Notebook

Install

pip install jupyter --user

Uninstall

pip install pip-autoremove
pip-autoremove jupyter -y

Install a new environment

cv3, for example:

python -m ipykernel install --user --name=cv3

Use a new environment

Kernel -> Change kernel -> select the new environment.

Install Jupyter Notebook Extensions

  1. Install the extensions:
    pip install jupyter_contrib_nbextensions
    jupyter contrib nbextension install
  2. Re-start jupyter and navegate to the Nbextensions tab.
  3. Enable the extensions you want (for example, Table of Contents (2)).

Uninstall an extension

jupyter contrib nbextension uninstall --user
jupyter contrib nbextension uninstall --system # (optionally)