ipyresuse

Jupyter Widget to display system metrics


Keywords
Jupyter, Widgets, IPython
License
BSD-3-Clause
Install
pip install ipyresuse==0.1.0

Documentation

ipyresuse

Jupyter Widget to display resources used by the kernels.

Inspired by the notebook server extension nbresuse and the system-monitor extension for JupyterLab.

screencast

Installation

You can install using pip:

pip install ipyresuse

Or if you use jupyterlab:

pip install ipyresuse
jupyter labextension install @jupyter-widgets/jupyterlab-manager

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] ipyresuse