Pluto keeps running into "UndefVarError: .... not defined" after some times #2535
Unanswered
dmetivie
asked this question in
Questions about using Pluto
Replies: 1 comment
-
Hi, your problem looks definitely related to something like #2090 which is a known bug. It is hard to determine the precise causes without a MWE or a runnable notebook. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pluto works fine and randomly after some time and usage (like every 10 mins sometimes), it suddenly declares
even if the cell where
a_variable_name
is defined has not been touched.ReRunning the cell
a_variable_name
most often shift the problem to another variable, e.g.doing that iteratively, I typically end up rerunning
using SomePackage
at the top of the notebook.I don't understand where this comes from, and I don't have a MWE since this seems to be quite random (I'll try to post a video next time it happens).
Anyone else encounters that type of issue?
Beta Was this translation helpful? Give feedback.
All reactions