Replies: 1 comment 2 replies
-
In Jupyter each cell can be run alone and in any order, so running all above is mostly to reproduce certain execution (though there's still global state that may affect it). In Livebook's model all cells run sequentially top-to-bottom, so if you evaluate a cell, all cells above that are changed/stale/new get evaluated automatically. In this context running all above isn't exactly that useful. If you want to effectively reset the whole session and run all cells up to the focused one, you can do If none of this works for you, please elaborate on the use case :) |
Beta Was this translation helpful? Give feedback.
-
It will be handy to have an option to rerun a range of cells in the notebook automatically, initiated through a button or menu item. (See Jupyterlab example in the image below)
I'm aware of the option to enable automatic refresh by cell in Livebook, but I couldn't find a way to do it the way I described above.
Beta Was this translation helpful? Give feedback.
All reactions