Hi !
I have a file config/startup.jl which is loaded when working with the REPL, but not when I run Pluto. Is this a bug?
and if not startup.jl, is there a way to have a file that’s always included when I open a pluto notebook?
thanks!
Pierre
Hi !
I have a file config/startup.jl which is loaded when working with the REPL, but not when I run Pluto. Is this a bug?
and if not startup.jl, is there a way to have a file that’s always included when I open a pluto notebook?
thanks!
Pierre
You need a specific file for Jupyter (I imagine Pluto uses the same “backend”).
I imagine Pluto uses the same “backend”
Pluto is very different.
The solution is to open one’s own template notebook, for now
https://github.com/fonsp/Pluto.jl/issues/550
The advantage is that your final notebook shows everything, explicitly.