JuliaPluto / PlutoUI.jl

https://featured.plutojl.org/basic/plutoui.jl
The Unlicense
299 stars 54 forks source link

WithIOContext: properties of the original IO should not be hidden #270

Closed fonsp closed 9 months ago

fonsp commented 9 months ago

WIP

github-actions[bot] commented 9 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/JuliaPluto/PlutoUI.jl", rev="WithIOContext-layer")
julia> using PlutoUI

Or run this code in your browser: Run with binder

fonsp commented 9 months ago

nvm