Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 392 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 392 Bytes

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 lab

See other available tasks with:

doit list