Pluto.jl icon indicating copy to clipboard operation
Pluto.jl copied to clipboard

Remove the `cell.queued` "dirty hack" 😺

Open fonsp opened this issue 1 year ago • 1 comments

This builds on top of https://github.com/fonsp/Pluto.jl/pull/2989 by removing the mechanism all together... Needs more testing but I think we can do this!

fonsp avatar Aug 14 '24 20:08 fonsp

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="remove-cell.queued-dirty-hack")
julia> using Pluto

github-actions[bot] avatar Aug 14 '24 20:08 github-actions[bot]