fonsp / Pluto.jl

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

fix more button not working #2792

Closed disberd closed 5 months ago

disberd commented 5 months ago

Should fix #2791

github-actions[bot] commented 5 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/disberd/Pluto.jl", rev="fix_more")
  julia> using Pluto
fonsp commented 5 months ago

Thanks!!