JuliaGizmos / Interact.jl

Interactive widgets to play with your Julia code
Other
522 stars 77 forks source link

Export static html page widgets saving state #394

Open gdolle opened 3 years ago

gdolle commented 3 years ago

Hi,

I'd like to export widgets into static html files without server rendering (html, file-> download as -> HTML) (Similar to ipywidgets https://ipywidgets.readthedocs.io/en/latest/embedding.html with save state)

Currently, the following notebook image

render to

image

Is it possible to disable WebIO warning and keep widgets output as images ? (or is it a unimplemented feature ?)

twavv commented 3 years ago

It's not currently implemented though I've wanted to for quite some time.

It would require adding support for this in WebIO.