/dashboard_intro

A quick tour of packages to build dashboards in Python

Primary LanguageJupyter Notebook

Intro to Dashboard in Python

This repository provides a quick tour of packages useful to build dashboards in Python.

Installation

The example notebook runs on Jupyter-on-NeSI, using the kernel Python 3.10.5 (gimkl-2022a).

Or, as an alternative, install all dependencies in a Python virtual environment:

python3 -m venv venv
venv/bin/pip install -r requirements

then activate it and start JupyterLab to execute the example notebook:

. venv/bin/activate
jupyter lab

Getting started

The presentation will follow the Dashboard Tour notebook.

TODO