fonsp / Pluto.jl

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

Filter on exported symbols in 1.11 #2661

Closed Pangoraw closed 11 months ago

Pangoraw commented 11 months ago

See https://github.com/JuliaLang/julia/pull/50105#issuecomment-1721111250 for context

github-actions[bot] commented 11 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="names_public")
  julia> using Pluto