Skip to content

Latest commit

 

History

History

README.md

JupyterLite Demo

This folder contains a JupyterLite site for trying jupyterlab-diff directly in the browser.

The site is built and deployed to GitHub Pages by the deploy workflow on pushes to main.

Build locally

The extension must be built first so its prebuilt lab extension is available:

# from the repository root
jlpm install
jlpm build

Then build the JupyterLite site:

cd demo
uv sync
uv run jupyter lite build

And serve it:

uv run python -m http.server 8000 --directory dist