- Start with Mambaforge
mamba env update --prefix .venv --file .binder/environment.yml
source activate ./.venv
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
mamba env update --prefix .venv --file .binder/environment.yml
source activate ./.venv
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