# Install

# Install

From terminal:

$ pip install ipyhc

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

# JupyterLab

JupyterLab is not currently supported.

This usage is currently still in development, we hope to make it available as soon as possible.

# Check

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

# Uninstall

# if notebook<5.3
$ jupyter nbextension uninstall --py --sys-prefix ipyhc

$ pip uninstall ipyhc
Last Updated: 5/30/2019, 8:16:59 AM