compleathorseplayer / Neptune.jl

Simple (Pluto-based) non-reactive notebooks for Julia
Other
67 stars 5 forks source link

[FR] Run all #19

Closed gustaphe closed 2 years ago

gustaphe commented 3 years ago

(If this feature exists, it needs to be documented) (if this feature exists and is documented, I need to get my eyes checked)

Button or button combination to run all cells. Especially useful for markdown-heavy notebooks with hidden source, where the alternative is to unhide the source for every cell in order, run them and then hide the source again, on every fresh open.

lnacquaroli commented 3 years ago

Something like this, Neptune.run(run_notebook_on_load=true)? (see here)

Not sure if it's documented but can be included.

gustaphe commented 2 years ago

That works, yes.