Skip to content

Running cells in notebook #268

Discussion options

You must be logged in to vote

hey! thanks for the question and can be confusing at the beginning.

This is a specialty of Pluto.jl: to run those cell's again, that have dependencies on each other.

Therefore, a Pluto notebook does not have a "state", like a jupyter notebook, and should (with some limitations), always show the same thing when restarting.

In other words: There is no way to execute cell by cell.

Hope that helps!

Edit: You can use a

let
#my code in a cell that will not affect any other cell (but might be affected by other cells if I reuse a variable)
end

cell - but it really depends on what you want to do

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by behinger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants