- 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 serve:lab
See other available tasks with:
doit list
Support for JupyterLab 3 is verified with the legacy
subtasks.
Run all legacy tasks:
doit legacy
Run an isolated JupyterLab 3 application:
doit serve:lab:legacy
- Start a release issue
- Follow the checklist