Examples

https://mybinder.org/badge_logo.svg

There are example notebooks in the notebooks directory of the repo. To run the notebooks you need to clone the repo and install the package requirements.

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

Notebooks can be used directly in VS Code, or in the browser using Jupyter. To start the Jupyter server, run the following command in a terminal

$ jupyter notebook

Or use this binder to try out the functionality wihtout installing anything.