Search code examples
pythonmatplotlibipythonjupyter

How to DISABLE Jupyter notebook matplotlib plot inline?


Well, I know I can use %matplotlib inline to plot 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.


Solution

  • Use %matplotlib notebook to change to a zoom-able display.