# Install

# Classic Notebook

From terminal:

$ pip install ipyaggrid

# if notebook<5.3 - but why would you not upgrade ??
$ jupyter nbextension enable --py --sys-prefix ipyaggrid

# JupyterLab

From terminal:

$ pip install ipyaggrid
$ jupyter labextension install ipyaggrid

# if not already installed
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager

# Check

If you want to check your install see the Dev Install - Check Extensions section.

# Uninstall

  • Classic Notebook
# if notebook<5.3
$ jupyter nbextension uninstall --py --sys-prefix ipyaggrid

$ pip uninstall ipyaggrid
  • JupyterLab:
$ jupyter labextension uninstall ipyaggrid
$ pip uninstall ipyaggrid
Last Updated: 6/4/2024, 12:58:12 PM