You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is a log message displayed in the cell-output after the capture cell magic is called.
There could be a flag that gives control over this behavior.
Two options are possible:
Show message by default, and the --nonverbose flag hides the message.
Hide message by default, and the --verbose flag will show the message.
Personally, I am slightly in favor of the second option because it is more minimalistic, but I am open to arguments for using the 1. option.
These are the lines that produce the log messages:
Currently, there is a log message displayed in the cell-output after the capture cell magic is called.
There could be a flag that gives control over this behavior.
Two options are possible:
--nonverbose
flag hides the message.--verbose
flag will show the message.Personally, I am slightly in favor of the second option because it is more minimalistic, but I am open to arguments for using the 1. option.
These are the lines that produce the log messages:
jupyter_capture_output/jupyter_capture_output/co_cellmagic.py
Line 19 in d12349b
jupyter_capture_output/jupyter_capture_output/co_cellmagic.py
Line 22 in d12349b
jupyter_capture_output/jupyter_capture_output/co_cellmagic.py
Line 26 in d12349b
The text was updated successfully, but these errors were encountered: