Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这很尴尬,但每次我plot()与 IPython 一起使用时,它都会在 IDLE 窗口中弹出,而不是内联显示它。我怎样才能改变这个?
plot()
启动ipython
$ ipython --pylab=inline
或在 ipython
In[x]: %pylab inline