Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 843 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 843 Bytes

JupyterLite Template

JupyterLite deployed as a static site to GitHub Pages, for demo purposes.

✨ Try it in your browser ✨

➡️ https://leukipp.com/jupyterlite-template

github-pages

Further Information and Updates

For more info, keep an eye on the JupyterLite documentation:

Development

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