[IPython-dev] Disable output cache in notebook

Thomas Kluyver takowl at gmail.com
Fri Jun 20 12:59:17 EDT 2014


On 20 June 2014 02:37, mgr inż. Jacek Bzdak <jbzdak at gmail.com> wrote:

> I'm not sure how to do this in the config file, i found following
> configuration options that could do this, but I'm not sure whether they
> apply to notebook:
>
>    -
>
>    InteractiveShell.cache_size
>
>    -
>
>    ZMQInteractiveShell.cache_size
>
>
>
Yes, either of those should work. InteractiveShell will affect IPython
however you use it; ZMQInteractiveShell will affect everything other than
plain terminal IPython.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140620/167f1045/attachment.html>


More information about the IPython-dev mailing list