fonsp / Pluto.jl

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

Message "👀 Reading hidden code" #2920

Closed fonsp closed 1 month ago

fonsp commented 1 month ago

This should explain a bit better that Pluto sometimes shows code that is actually folded. FYI, this happens when:

image

https://github.com/fonsp/Pluto.jl/assets/6933510/a755b191-8ed4-44be-bc51-e1b322a243f0

TODO

dark mode safe preview

github-actions[bot] commented 1 month 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="Reading-hidden-code")
  julia> using Pluto