[IPython-dev] Memory consumption of running notebook

Thomas Kluyver takowl at gmail.com
Sun Jul 13 22:48:29 EDT 2014


On 13 Jul 2014 18:35, "Andrew Payne" <andy at payne.org> wrote:
> Perhaps you have the kernel provide a status object summarizing current
resource usage (CPU load, memory, CPU cycles used, garbage collection,
etc.) in the display formatter convention (e.g. _repr_html_() etc).

I think this should mostly be in the server, not the kernel - it's
something that would be useful for all kernels, but there's no need to
reimplement it in each language.

What could be useful in the kernel is a way to discover what objects are
using most memory.

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


More information about the IPython-dev mailing list