-
Notifications
You must be signed in to change notification settings - Fork 251
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
How to supress output to stdout? #1621
Comments
in julia in general to suppress output put a semicolon at the end of the line. just like matlab. |
Thanks for the quick response. |
try on line 15. your syntax is unusual for lines 10-15. if you're trying to define a function, then it should be:
not sure what you're trying to do with a |
Thanks for that additional catch. |
I can reproduce the print on the REPL with:
|
I did a bit more investigating. |
might try reducing your MWE to sth that just uses Compose and not Gadfly. if you can do that, then cross-post an issue to Compose. |
I'm working on putting together that MWE, just stopping to mention this line |
In JuliaLogging/TensorBoardLogger.jl#127
I'm constantly getting
On the cmd on each
show(...)
The source is at https://github.com/JuliaLogging/TensorBoardLogger.jl/blob/d5842d17802e3b8b42d295ccd31c4f14ed4b0d32/src/Optional/Gadfly.jl
Is there a way to avoid this?
The text was updated successfully, but these errors were encountered: