ipython总是显示对象信息。如何禁用?

时间:2013-12-30 00:42:15

标签: ipython

按Enter键后,Ipython始终显示对象标识符。

e.g。

In[6]: fig = plt.figure()
<matplotlib.figure.Figure at 0x10b8666d0>


In[7]: figure();
<matplotlib.figure.Figure at 0x10b860650>

有没有办法禁用此行为?

这是在OS X 10.9上使用IPython 1.1.0和Python 2.7.6

0 个答案:

没有答案