If I start an IPython Notebook with Matplotlib inlined, is there a way to subsequently plot a figure so that it shows in the “standard”, non-inlined, way, without having to reload the notebook without the inline command?
I'd like to be able to have some figures inlined in the notebook, but others in the traditional interactive mode, where I can zoom and pan.
%matplotlib
kills the kernel for me, and I have to rerun the notebook from scratch after typing this command. Is there a way of doing this without killing the kernel? – Contraindicate