Adds a button to the launcher, which opens an iframe with a Grafana dashboard.
Project description
purdue_af_grafana_iframe
Adds a button to the launcher, which opens an iframe with a Grafana panel.
Compatible with jupyterlab-theme-toggle extension.
The extension is configured in ~/.jupyter/lab/user-settings/purdue-af-grafana-iframe/plugin.jupyterlab-settings
. Here is an example of plugin.jupyterlab-settings
contents:
{
# url of a Grafana panel; to find the correct url,
# click top-right of Grafana panel, then Share -> Embed
"url": "https://<url>",
"label": "Monitoring",
"caption": "Open grafana dashboard",
"rank": 0
}
Requirements
- JupyterLab >= 4.0.0
- jupyterlab_iframe == 0.5.0
Install
To install the extension, execute:
pip install purdue_af_grafana_iframe
Uninstall
To remove the extension, execute:
pip uninstall purdue_af_grafana_iframe
Contributing
Development install
Note: You will need NodeJS to build the extension package.
The jlpm
command is JupyterLab's pinned version of
yarn that is installed with JupyterLab. You may use
yarn
or npm
in lieu of jlpm
below.
# Clone the repo to your local environment
# Change directory to the purdue_af_grafana_iframe directory
# Install package in development mode
pip install -e "."
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm build
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm watch
# Run JupyterLab in another terminal
jupyter lab
With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).
By default, the jlpm build
command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:
jupyter lab build --minimize=False
Development uninstall
pip uninstall purdue_af_grafana_iframe
In development mode, you will also need to remove the symlink created by jupyter labextension develop
command. To find its location, you can run jupyter labextension list
to figure out where the labextensions
folder is located. Then you can remove the symlink named purdue-af-grafana-iframe
within that folder.
Packaging the extension
See RELEASE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file purdue_af_grafana_iframe-0.1.0.tar.gz
.
File metadata
- Download URL: purdue_af_grafana_iframe-0.1.0.tar.gz
- Upload date:
- Size: 588.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36a5080588b243d36328cb81af16622be0680f1f33dd7c8729ac63abd9355565 |
|
MD5 | 5452253fcb38a810c515bd82b61df30a |
|
BLAKE2b-256 | 30342b0e20a337e13255692598eb466aa5a6434eec553c633ecc27594ccf1451 |
File details
Details for the file purdue_af_grafana_iframe-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: purdue_af_grafana_iframe-0.1.0-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 933e256a5c707314985d34cb5798b4f5a9274438be031c234766cc1d93fbc262 |
|
MD5 | 4818b2bdac60022fefc9318f30193540 |
|
BLAKE2b-256 | 64d2a155e80aa160ca3e5af811c4589cf29e4853cbaecd4424178945e10bad64 |