I usually use IPython notebook in my classes, they are a great tool for teaching code and science or even both at the same time.
However, when I am using the notebook to teach, I miss interaction with
matplotlib figures. One can drop the %matplotlib inline
magic to force the ...