I have the problem that some debug messages from an my python library are showing in my ipython notebook and cluttering the cell. However, the same messages do not appear if I run the notebook as a script.
I also tried to explicitly set the logging level to INFO but it did not help.
Did anybody had the same problem or could hint me to how to debut this?