I use the built-in logging
module to show progress messages while a function batch-processes frames of video. At In[15]
in this IPython notebook, a usage guide I wrote, all the log messages are shown. Look for the large block of pink-highlighted text.
In a "live" notebook, open to editing, the messages are contained in a short scroll-able cell, which is fine. But here, displayed by IPython's notebook viewer, they are displayed in full. I'd to suppress them if I can, and without modifying the function that is generating the log messages. Is there a way?