JupyterLite deployed as a static site to GitHub Pages, for demo purposes.
โก๏ธ https://leukipp.com/jupyterlite-template
For more info, keep an eye on the JupyterLite documentation:
- Configuring: https://jupyterlite.readthedocs.io/en/latest/configuring.html
- Deploying: https://jupyterlite.readthedocs.io/en/latest/deploying.html
Create a new environment:
conda create -n jupyterlite
conda activate jupyterlite
python -m pip install -r ./jupyter/requirements.txt
Serve a locally-hosted JupyterLite site:
jupyter lite serve --lite-dir ./jupyter --output-dir ./jupyter/.out