Currently in IPython
, when you call %pylab inline
or %matplotlib inline
the following message displays under the code block.
"Populating the interactive namespace from numpy and matplotlib"
How I can suppress this message from being displayed?