0.7.0 • Published 5 years ago
jupyterlab-system-monitor v0.7.0
JupyterLab System Monitor
JupyterLab extension to display system information (memory and cpu usage).
Provides an alternative frontend for the nbresuse
metrics: https://github.com/yuvipanda/nbresuse
This extension was originally developed as part of the jupyterlab-topbar project, and extracted into its own repository later on.
TODO
- Add CPU usage
- Add Network I/O
- Expose more settings
Prerequisites
- JupyterLab 1.0
Installation
This extension requires the nbresuse
package and the jupyterlab-topbar-extension
extension for JupyterLab.
pip install nbresuse
jupyter labextension install jupyterlab-topbar-extension jupyterlab-system-monitor
Development
# create a new conda environment
conda create -n jupyterlab-system-monitor jupyterlab nodejs
conda activate jupyterlab-system-monitor
# package to retrieve the system metrics
python -m pip install nbresuse
# required to place indicators in the top area
jupyter labextension install jupyterlab-topbar-extension
# local install of the extension
jupyter labextension link system-monitor-base
jupyter labextension install system-monitor
0.7.0
5 years ago
0.6.0
5 years ago
0.5.0
5 years ago
0.4.1
6 years ago
0.4.0
6 years ago
0.4.0-rc.1
6 years ago
0.3.0
6 years ago
0.4.0-alpha.2
6 years ago
0.2.4
6 years ago
0.2.3
6 years ago
0.2.2
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago