Skip to content

Jupyter extensions for running Glances using jupyter-server-proxy

License

Notifications You must be signed in to change notification settings

huntdatacenter/jupyter-glances-proxy

Repository files navigation

jupyter-glances-proxy

PyPI - Python Version

jupyter-glances-proxy provides Jupyter extension to run Glances.

Glances: An eye on your system

Glances is a cross-platform monitoring tool which aims to present a maximum of information in a minimum of space through a curses or Web based interface. It can adapt dynamically the displayed information depending on the terminal size.

Glances is written in Python and uses the psutil library to get information from your system.

Installation

You can install jupyter-glances-proxy inside your environment with Jupyter / Jupyterlab:

python3 -m pip install jupyter-glances-proxy

Glances is installed automatically as a dependency of this project.

Build

python3 -m pip install hatch

hatch build

ls -la dist/*