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