Playground doesn't persist View/Sampling Settings
These are probably expected to be saved in a link as well.
No need to persist View Settings, since we have programmable plots now (#1716).
No need to persist View Settings, since we have programmable plots now (#1716).
Can you set sample count as well?
Not yet. Sample counts affect the execution, so it's not clear how to do this.
Special syntax to set sample count at the top of the script would be safe; for other scenarios, it's not clear if we should do withSampleCount(expression, sampleCount) (#1114) and keep Squiggle pure or sacrifice some purity for convenience.
Note that withSampleCount alone won't be enough to remove the UI setting, because it makes other things less convenient (hides all bindings).