Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 641 Bytes

devlog.md

File metadata and controls

38 lines (27 loc) · 641 Bytes

Setup

mamba create -n jupyteach-jupyterlite-contents -y --override-channels --strict-channel-priority -c conda-forge -c nodefaults python jupyterlab=3 nodejs=18 cookiecutter jupyterlite-core
conda activate jupyteach-jupyterlite-contents
pip install -r requirements.txt
pip install -ve .
pip install build
jupyter labextension develop . --overwrite
jlpm run build

Dev

To build

doit build

To serve

jupyter lite serve

To build just the extension from within jupyteach:

doit quickbuild

To build extension and full jupyterlite from within jupyteach:

doit devbuild