UndefVarError if executing Pluto notebook as script #2592
Replies: 1 comment
-
Strange! Converted to #2596 |
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
-
When working with DataFrames, I like to wrap more complex cells in a
let ... end
block and reuse the namedf
. However, when executing such notebooks as a script, Julia complains aboutdf
being not defined. Why is Pluto interpreting the code differently than plain Julia does? I tried to argue that this is a bug within Julia, see JuliaLang/julia#50369, but some developers seemed to disagree. What's your take on this, @fonsp?Beta Was this translation helpful? Give feedback.
All reactions