Completely disable IPython output caching

后端 未结 4 359
日久生厌
日久生厌 2021-02-02 00:42

I\'m dealing with some GB-sized numpy arrays in IPython. When I delete them, I definitely want them gone, in order to recover the memory. IPythons output cache is quite annoying

4条回答
  •  再見小時候
    2021-02-02 01:29

    Seems that we can suppress the output cache by putting a ";" at the end of the line now.

    See http://ipython.org/ipython-doc/stable/interactive/tips.html#suppress-output

提交回复
热议问题