Skip to main content

A JupyterLab extension for displaying dashboards of GPU usage.

Project description

JupyterLab GPU Dashboards

PyPI npm

A JupyterLab extension for displaying dashboards of GPU usage.

demo

Built with JupyterLab and Bokeh Server

What's here

This repository contains two sets of code:

  • Python code defining a Bokeh Server application that generates the dashboards in the jupyterlab_nvdashboard/ directory
  • TypeScript code integrating these dashboards into JupyterLab in the src/ directory

You should be able to modify only the Python code to edit the dashboards without modifying the TypeScript code.

Prerequisites

  • JupyterLab 1.0
  • bokeh
  • pynvml

Installation

This extension has a server-side (Python) and a client-side (Typescript) component, and we must install both in order for it to work.

To install the server-side component, run the following in your terminal

pip install jupyterlab-nvdashboard

To install the client-side component, run

jupyter labextension install jupyterlab-nvdashboard

Development

To install the server-side part, run the following in your terminal from the repository directory:

pip install -e .

In order to install the client-side component (requires node version 8 or later), run the following in the repository directory:

jlpm install
jlpm run build
jupyter labextension install .

To rebuild the package and the JupyterLab app:

jlpm run build
jupyter lab build

Publishing

This application is distributed as two subpackages.

The JupyterLab frontend part is published to npm, and the server-side part to PyPI.

Releases for both packages are done with the jlpm tool, git and Travis CI.

Note: Package versions are not prefixed with the letter v. You will need to disable this.

$ jlpm config set version-tag-prefix ""

Making a release

$ jlpm version [--major|--minor|--patch]  # updates package.json and creates git commit and tag
$ git push && git push --tags  # pushes tags to GitHub which triggers Travis CI to build and deploy

Project details


Release history Release notifications | RSS feed

This version

0.2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyterlab-nvdashboard-0.2.0.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

jupyterlab_nvdashboard-0.2.0-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file jupyterlab-nvdashboard-0.2.0.tar.gz.

File metadata

  • Download URL: jupyterlab-nvdashboard-0.2.0.tar.gz
  • Upload date:
  • Size: 8.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200119 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.6.7

File hashes

Hashes for jupyterlab-nvdashboard-0.2.0.tar.gz
Algorithm Hash digest
SHA256 9df6ea6f693b85a8aa53aa9462d057427434ac1a177cdd0ef60f97250e36c20e
MD5 73e6321b3cfd2c648ed82d0ca01242a2
BLAKE2b-256 4a34a57e55d123cbceb54d8b2ed1e6f7e246acb77535871d34afaaaf01e158bf

See more details on using hashes here.

Provenance

File details

Details for the file jupyterlab_nvdashboard-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: jupyterlab_nvdashboard-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0.post20200119 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.6.7

File hashes

Hashes for jupyterlab_nvdashboard-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 872da964cb1183eb613745f163757d1b4561b841cdee69e310bdb40df96e975b
MD5 435d776a176d8f344e2ccb3b5c48cc9f
BLAKE2b-256 6689f53f3d1d13fcc9ba20b334574dac4d550684ccbd2d8b23fb273e05c496e0

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page