JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

FR: remember last input values #263

Open aplavin opened 1 year ago

aplavin commented 1 year ago

Input widget values reset to defaults when rerunning a cell (manual or auto), or when restarting notebook. Would be useful to add an option or wrapper widget that remembers the last values of all enclosed inputs, and restores them when rerun. It would make working with large sets of inputs more convenient.

The storage mechanism could be eg cookies or a temp file.