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

📋 Guided Project.toml editor

Open fonsp opened this issue 7 months ago • 0 comments

Implement #3099, see the issue for more info

https://github.com/user-attachments/assets/eb498f8a-39ce-4a12-b657-386da1e544eb

But without https://github.com/JuliaLang/Pkg.jl/issues/4086 the usefulness is limited

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="project-toml-editor")
julia> using Pluto

fonsp avatar Apr 30 '25 08:04 fonsp