Installation

Stable

Stable releases are available on PyPI and can be installed with pip.

pip install compas_notebook

Latest

The latest version can be installed from local source.

git clone https://github.com/compas-dev/compas_notebook.git
cd compas_notebook
pip install -e .

Development

To install compas_notebook for development, install from local source with the “dev” requirements.

git clone https://github.com/compas-dev/compas_notebook.git
cd compas_notebook
pip install -e ".[dev]"