Add docs for nbresuse

This commit is contained in:
yuvipanda
2018-08-05 09:44:28 -07:00
parent 907d2b8f5b
commit b5be59eae0
4 changed files with 20 additions and 6 deletions

15
docs/howto/nbresuse.rst Normal file
View File

@@ -0,0 +1,15 @@
.. _howto/nbresuse:
=======================
Check your memory usage
=======================
The `nbresuse <https://github.com/yuvipanda/nbresuse>`_ extension is part of
the default installation, and tells you how much memory your user is using
right now, and what the memory limit for your user is. It is shown in the
top right corner of the notebook interface. Note that this is memory usage
for everything your user is running through the Jupyter notebook interface,
not just the specific notebook it is shown on.
.. image:: ../images/nbresuse.png
:alt: Memory limit / usage shown with nbresuse