Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut authored Jun 1, 2023
1 parent 2f1f96b commit 7f4e0b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# jupyter-glances-proxy

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/jupyter-glances-proxy.svg)](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

Expand Down

0 comments on commit 7f4e0b4

Please sign in to comment.