Contributing#

Setup#

mamba env update --prefix .venv --file .binder/environment.yml
source activate ./.venv

doit#

The various build tasks are managed by doit. To get up to a ready-to-play JupyterLab:

doit serve:lab

See other available tasks with:

doit list

Releasing#