Pluto and startup.jl

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”).

Using IJulia · IJulia

I imagine Pluto uses the same “backend”

Pluto is very different.

1 Like

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.