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.
The extension must be built first so its prebuilt lab extension is available:
# from the repository root
jlpm install
jlpm buildThen build the JupyterLite site:
cd demo
uv sync
uv run jupyter lite buildAnd serve it:
uv run python -m http.server 8000 --directory dist