FYI, I tried this on a fedora 42 machine in Chrome and FireFox and this was not working either. I see a note that say that sliders are static in this export. As note, I get warnings like this:
julia> html_path = Snapshot.export_notebook(
notebook_path;
single_file=true,
)
┌ Warning: 🏝️ bond group degraded to fallback
│ url_path = "fractals.jl"
│ bonds =
│ 1-element Vector{Symbol}:
│ :c
│ reasons =
│ 1-element Vector{String}:
│ "Node verification failed globally: node failed: WebAssembly.compile(): Unknown type code 0x50, enable with --experimental-wasm-gc @+12\n"
└ @ Snapshot ~/.julia/packages/Snapshot/Z9Nh5/src/exporter.jl:235
┌ Warning: 🏝️ bond group degraded to fallback
│ url_path = "fractals.jl"
│ bonds =
│ 2-element Vector{Symbol}:
│ :color1
│ :color2
│ reasons =
│ 1-element Vector{String}:
│ "Node verification failed globally: node failed: WebAssembly.compile(): Unknown type code 0x50, enable with --experimental-wasm-gc @+12\n"

