Pkg.activate gets executed after using #1006
Unanswered
VarLad
asked this question in
Pluto development
Replies: 1 comment 1 reply
-
This is fixed on Pluto#main, and will be released soon. |
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
-
I think I see a trivial (but annoying) problem when using Pluto
using
cells are executed beforeimport
cellsas a result,
cell gets executed after
using xyz
cell, when I first run my notebookcausing the xyz not found error
I think there should be a command in Pluto, something like
activate"/a/b/c"
, which gets executed before any other cell, when a notebook is startedBeta Was this translation helpful? Give feedback.
All reactions