Voila Flex Dashboards
Project description
jupyter-flex: Easy interactive dashboards for Jupyter
Quickly create interactive dashboards using Jupyter Notebooks.
Dashboards can be completly dynamic and backed by a running Jupyter Kernel using Voila or static files using nbconvert.
Inspired by Flex Dashboards.
Installation
pip install jupyter-flex
Usage
Look at the examples
directory.
Voila
To start a Jupyter kernel that has computation.
This is specially useful with ipywidgets
.
voila --template flex iris-clustering.ipynb
A browser window will open with your live dashboard.
NBConvert
To create a single file with the dashboard use nbconvert
:
nbconvert --template flex examples/nba-scoring.ipynb
# Add --execute if you want to execute the notebook before
jupyter-nbconvert --template=flex.tpl --execute nba-scoring.ipynb
Open nba-scoring.html
in a browser.
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
jupyter-flex-0.1.0.tar.gz
(1.7 MB
view details)
File details
Details for the file jupyter-flex-0.1.0.tar.gz
.
File metadata
- Download URL: jupyter-flex-0.1.0.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191201 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c296c85f7dff5d2dbe46b3c2f41709f449e9767493f1f222690e36d0c6f0f662
|
|
MD5 |
671c50099800d29a745f8fbf98a968ec
|
|
BLAKE2b-256 |
dc26525cbb6efae075b072d6324a1210b8347337d25274276b12bdccb9086d36
|