This is different from the REPL, Atom, and Jupyter.
If this is by design, then maybe a line should be added to the FAQ.
Thanks! This should be implemented.
On the other hand, my long-term goal is for Pluto notebooks to be entirely reproducible, by containing its own package env etc, and startup.jl would make that more difficult.
For now, you have to do include("dir/to/startup.jl") in the first cell
After some thought, include(...) will be the only supported method for now (it's easy and explicit) - I don't want to make any changes that will make my 100%-reproducible-plan more difficult later.
Add a line to the FAQ?
Most helpful comment
After some thought,
include(...)will be the only supported method for now (it's easy and explicit) - I don't want to make any changes that will make my 100%-reproducible-plan more difficult later.