Installation

Requirements

JupyterLab >= 3.0

Install with jupyter

jupyter labextension install jupyterlab-code-snippets
jupyter lab clean
jupyter lab build

Install with pip

pip install jupyterlab-code-snippets
jupyter lab clean
jupyter lab build

Uninstall

jupyter labextension uninstall jupyterlab-code-snippets

pip uninstall jupyterlab-code-snippets