-
-
Notifications
You must be signed in to change notification settings - Fork 322
πΊ Show stdout and stderr in notebook #1957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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="stdout-to-crt")
julia> using Pluto |
|
Tests were failing because of race conditions in |
|
Hi! Small question: Will it be a way to hide stdout/stderr without hiding the returned value? In Jupyter is sometimes annoying (and slow) to run processes that fill stdout with a massive amount of text; would that be also a problem with Pluto in the future? Cheers, |
|
Yes, in the ... button next to cell, you have the option to hide logs (this PR turns stdout into a special log). But please try it out and let us know if this helps! Maybe we should also set a maximum size on captured stdout |
|
This is brilliant! Thanks a lot |
|
Fix #890 |

For backwards-compatibility with
software written in the 70sπ΅βπ« code that still needs to make the switch to Julia's awesome Logging system!I tried to use visual design to address the reasons that we originally had for not supporting stdout in Pluto:
Anyway, it turned out to be more confusing/frustrating to silently hide stdout, so here we go! A boring old terminal
Some common functions that didn't work before!
You like ASCII art? Then you will love real art!
Oooh is this hacking!?
Schermopname.2022-02-25.om.23.56.18.mov
Help what is this green stuff!
xoxo
~ @fonsp