Pluto.jl: Include startup.jl

Created on 9 Jun 2020  路  5Comments  路  Source: fonsp/Pluto.jl

This is different from the REPL, Atom, and Jupyter.

If this is by design, then maybe a line should be added to the FAQ.

documentation

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.

All 5 comments

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MikaelSlevinsky picture MikaelSlevinsky  路  7Comments

fonsp picture fonsp  路  5Comments

kapple19 picture kapple19  路  5Comments

fonsp picture fonsp  路  5Comments

roflmaostc picture roflmaostc  路  4Comments