Snapshot / Snapshot Demos Repo ↗

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 @bind slider; drag it and the values recompute instantly.

  • Comparing Two Groups — a couple of interactive inputs at once.

  • Combined Widgetsintentionally shows a current WasmTarget limit (a combine()‑shaped bond). It's published as a static snapshot, and labelled limited.

  • 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 notebook index.jl / home.jl — or setting home = "…" in snapshot.toml — makes it the collection's homepage. No app required.