Environment: Python 2.7, matplotlib 1.3, IPython notebook 1.1, linux, chrome. The code is in one single input cell, using --pylab=inline
--pylab=inline
I want to use I
You can further improve this by adding wait=True to clear_output:
wait=True
clear_output
display.clear_output(wait=True) display.display(pl.gcf())