https://github.com/huntdatacenter/jupyter-glances-proxy
Jupyter extensions for running Glances using jupyter-server-proxy
https://github.com/huntdatacenter/jupyter-glances-proxy
glances jupyter jupyter-server-proxy jupyterhub monitoring
Last synced: 2 months ago
JSON representation
Jupyter extensions for running Glances using jupyter-server-proxy
- Host: GitHub
- URL: https://github.com/huntdatacenter/jupyter-glances-proxy
- Owner: huntdatacenter
- License: mit
- Created: 2023-05-03T06:41:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T13:03:38.000Z (almost 3 years ago)
- Last Synced: 2026-04-08T12:49:56.500Z (2 months ago)
- Topics: glances, jupyter, jupyter-server-proxy, jupyterhub, monitoring
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jupyter-glances-proxy
[](https://pypi.org/project/jupyter-glances-proxy/)
**jupyter-glances-proxy** provides Jupyter extension to run Glances.
**[Glances](https://glances.readthedocs.io/): 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/*
```