How can I open the interactive matplotlib window in IPython notebook?

后端 未结 7 1918
臣服心动
臣服心动 2020-11-30 17:30

I am using IPython with --pylab=inline and would sometimes like to quickly switch to the interactive, zoomable matplotlib GUI for viewing plots (the one that po

7条回答
  •  离开以前
    2020-11-30 18:26

    Restart kernel and clear output (if not starting with new notebook), then run

    %matplotlib tk
    

    For more info go to Plotting with matplotlib

提交回复
热议问题