# Should pop up a GUI window %pylab qt plot([1,2,3]) # Should make an inline figure %pylab inline plot([1,2,3]) # New GUI window--should *NOT* have the visual settings of inline %pylab qt plot([1,2,3])