Snapshot Demos
A handful of Pluto notebooks, compiled to WebAssembly and running live in your browser — no server, no kernel. Pick one from the sidebar:
Interactive Slider — a working
@bindslider; drag it and the values recompute instantly.Comparing Two Groups — a couple of interactive inputs at once.
Combined Widgets — intentionally shows a current WasmTarget limit (a
combine()‑shaped bond). It's published as a static snapshot, and labelledlimited.A static report — a plain, read‑only notebook. Not everything needs to be interactive — and that's fine.
Everything here is one GitHub repo of .jl files, published automatically by Snapshot.
This landing page is itself just a notebook named
index.jl. Naming a notebookindex.jl/home.jl— or settinghome = "…"insnapshot.toml— makes it the collection's homepage. No app required.