How do track or deal with multiple executions that can change the results? #3238
Unanswered
yl4070
asked this question in
Questions about using Pluto
Replies: 1 comment 1 reply
-
Hi! The code you sent does not run in Pluto (try it!), could you give an example that's closer to your real code? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A while ago, I ran into a situation where if I run a certain cell multiple times, the results will be different. I had the feeling that I need to rerun all the cells, to really guarantee that my final results are correct. This kind of defeat part of the purpose of using Pluto over Jupyter. The simplest example of this will be
The real code can be more subtle to detect, especially when the number of cells increases. My question is, how do we assure the correctness of the results for code like this, beside avoiding it if possible? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions