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

feat: allow environment to host a BottomRightPanel button

Open pankgeorg opened this issue 2 years ago • 3 comments

The new progress bar introduces a super nice place to add non notebook information, for example about the environment the notebook is running on.

This PR introduces a way to hook into this space.

pankgeorg avatar Jan 02 '23 23:01 pankgeorg

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="pg/env-extend-side-panel")
julia> using Pluto

github-actions[bot] avatar Jan 02 '23 23:01 github-actions[bot]

Sorry I missed this PR! Do we still want this?

fonsp avatar Apr 26 '23 08:04 fonsp

Sorry I missed this PR! Do we still want this?

We will probably want this soon, yes! But we're not ready atm

pankgeorg avatar Apr 27 '23 11:04 pankgeorg