Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 707 Bytes

CONTRIBUTING.md

File metadata and controls

46 lines (30 loc) · 707 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 serve:lab

See other available tasks with:

doit list

Legacy

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

Releasing