jupyterlab-system-monitor
JupyterLab extension to display system metrics
File Explorer
Download Latest Version (.zip)- build.yml
- packaging.yml
- environment.yml
- screencast.gif
- setting.png
- __init__.py
- _version.py
- plugin.json
- index.ts
- index.css
- package.json
- tsconfig.json
- cpuView.tsx
- index.ts
- indicator.tsx
- memoryView.tsx
- model.ts
- index.css
- package.json
- tsconfig.json
- .eslintignore
- .eslintrc.js
- .gitignore
- .lintstagedrc
- .prettierignore
- .prettierrc
- install.json
- jupyter_config.json
- lerna.json
- LICENSE
- MANIFEST.in
- package.json
- pyproject.toml
- README.md
- setup.py
- tsconfigbase.json
- yarn.lock
# Installation Guide
git clone https://github.com/jtpio/jupyterlab-system-monitor
Downloads the entire project code from GitHub to your computer.
cd jupyterlab-system-monitor
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install jupyter-resource-usage
Installs the package published on PyPI directly β no need to clone the source.
pip install jupyterlab-system-monitor
Installs the package published on PyPI directly β no need to clone the source.
pip install nbresuse
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Node.js
Easynpm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
4. Python
Easypip install jupyter-resource-usage
Installs the package published on PyPI directly β no need to clone the source.
pip install jupyterlab-system-monitor
Installs the package published on PyPI directly β no need to clone the source.
pip install nbresuse
Installs the package published on PyPI directly β no need to clone the source.
jupyter labextension install jupyterlab-topbar-extension jupyterlab-system-monitor
Type this command into your terminal and run it.
jupyter lab --NotebookApp.ResourceUseDisplay.mem_limit=$(( size_in_GB *1024*1024*1024)) \
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
Pulled directly from this repo's README.
