fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.91k stars 284 forks source link

Move precompile statements to PlutoRunner #2778

Closed Pangoraw closed 5 months ago

Pangoraw commented 6 months ago

not ideal to add a dependency to PlutoRunner but it seems to speed up startup.

github-actions[bot] commented 6 months ago

Try this Pull Request!

Open Julia and type:

  julia> import Pkg
  julia> Pkg.activate(temp=true)
  julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="plutorunner_precompile")
  julia> using Pluto
fonsp commented 5 months ago

Thank you!!