Well, I know I can use %matplotlib inline to plot inline.
%matplotlib inline
However, how to disable it?
Sometime I just want to zoom in the figure that I plotted. Which I can't do on a inline-figure.
Use %matplotlib notebook to change to a zoom-able display.
%matplotlib notebook