This repository contains an introduction to dataviz in Python with a focus on browser based, interactive dataviz.
git clone https://github.com/MarcSkovMadsen/dataviz-in-python.git
python -m venv .venv
source .venv/Scripts/activate
pip install -e .[all]
panel serve src/dataviz_in_python/presentation/*.py
You can view the presentation at http://localhost:5006/introduction.