Skip to main content

Voila Flex Dashboards

Project description

jupyter-flex: Easy interactive dashboards for Jupyter

Docs

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


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 hashes)

Uploaded Source

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