Is it possible to avoid the red background color when the notebook prints logging output? For an example see this sample notebook.
http://nbviewer.ipython.org/gist/bjonen/1bd52a7d8a4761a74074
The red background highlights output sent to stderr as opposed to stdout. To avoid it, you could send your logging to stdout:
ch = logging.StreamHandler(sys.stdout)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With