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.