Skip to content

Jupyter Notebook Extension for monitoring your own Resource Usage

License

Notifications You must be signed in to change notification settings

ywchan2005/nbresuse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbresuse

Screenshot

NB Resource Usage (nbresuse) is a small extension for Jupyter Notebooks that displays an indication of how much resources your current notebook server and its children (kernels, terminals, etc) are using. This is displayed in the main toolbar in the notebook itself, refreshing every 5s.

Installation

You can currently install this directly from git:

pip install git+https://github.com/yuvipanda/nbresuse.git
jupyter serverextension enable --py nbresuse
jupyter nbextension install --py nbresuse

To enable this extension for all notebooks:

jupyter nbextension enable --py nbresuse

Resources displayed

Currently it only displays Memory usage (just RSS). Other metrics will be added in the future as needed.

About

Jupyter Notebook Extension for monitoring your own Resource Usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.8%
  • JavaScript 45.2%