[IPython-dev] Memory consumption of running notebook

Andrew Payne andy at payne.org
Sun Jul 13 11:12:05 EDT 2014


> It might make sense to put some resource info in the Running tab.
>

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).

All front ends can display the basic text rendering, but this would enable
fancier graphic/HTML/Javascript/interactive renderings for the Web front
end.

Also, consider adding it as an option under the "Kernel" menu on the Web
notebook UI page.

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


More information about the IPython-dev mailing list