ChifiSource / Olive.jl

pure julia notebooks
MIT License
152 stars 6 forks source link

new O #131

Open emmaccode opened 8 months ago

emmaccode commented 8 months ago

standard output

One aspect of this project which is surprisingly difficult is standard output. Julia provides a handy redirect_stdio method for this, but there are a number of shortcomings. This is what is currently used to get the standard output from a Cell in Olive.

Basically, we are going to change the Methods inside of Base to facilitate this rather than redirecting our output.