-
-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcut to run all selected cells #556
Comments
There's already a way to select all cells, we just need to add the ability to run every selected cell :) |
Somewhat related: is there a programmatic way to run "submit all changes" from another cell? Like calling |
I second that this would be very helpful. It would be great to have the equivalent of Jupyter's "Restart Kernel and Run all Cells" in Pluto, which should give the same results as closing and re-opening the notebook. |
(using the Shift+Enter shortcut) |
To clarify: You can select all cells either using the selection box or using You then press the play button (▶) on any of the selected cells, or Shift+Enter, and they will all run in a single reactive batch, which is what you want. (I don't want to add a dedicated button for this because it's uncharming.) |
Related to #83, it would be nice to have a button or shortcut to re-run all cells.
An example use case would be when changing a Plots.jl theme, it wouldn't trigger any cells with plots, so I'd have to manually mouse down to each cell and run them.
Thought? Sort of like Jupyter's "Run all cells", "Run all below", etc.
(also, thank you for dealing with all of the bugs I encounter and my many feature requests 🤗)
The text was updated successfully, but these errors were encountered: