Is it possible to avoid the red background when the laptop prints the output? For example, an example of this laptop.
http://nbviewer.ipython.org/gist/bjonen/1bd52a7d8a4761a74074
A red background highlights the output sent to stderr, unlike stdout. To avoid this, you can send your log to standard output:
ch = logging.StreamHandler(sys.stdout)
Source: https://habr.com/ru/post/1200574/More articles:Why can't console.log be called with .call () - javascriptAngular x-editable setError not displaying validation errors - javascriptStartup with class composer inside one file - phpUIView draw rect preserves the previous drawing and is not cleared on view.transform - iosffmpeg captures the current frame and overwrites the output image file - bashSave Logs - SimpleHTTPServer - pythonMove integer to nearest divisible by 4 in C ++ - c ++Lowercase logical string - pythonInsufficient sending permission for the target audience on behalf of the viewer - c #Why do many init.d scripts end with "exit $?" - linuxAll Articles