JuliaPluto / PlutoUI.jl

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

`with_terminal()` example outdated? #149

Closed chunjiw closed 3 years ago

chunjiw commented 3 years ago

This is under with_terminal examples:

with_terminal(dump, [1,2,[3,4]])

But it gives error MethodError: no method matching with_terminal(::typeof(dump), ::Vector{Any}), so maybe it is outdated?

chunjiw commented 3 years ago

I think I fixed it by adding args... to the function. Created pull request #150