fonsp / Pluto.jl

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

Frontend test: instantiate and precompile before #2862

Open fonsp opened 3 months ago

github-actions[bot] commented 3 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="frontend-test-instantiate-before")
  julia> using Pluto
fonsp commented 3 months ago

This might modify the fixtures because of the bidirectional syncing...