A repository used to provide an introduction to dataviz in Python
![](https://www.deeplearningdaily.com/wp-content/uploads/2022/03/a-repository-used-to-provide-an-introduction-to-dataviz-in-python_622e6c070fa2d-375x210.jpeg)
This repository contains an introduction to dataviz in Python with a focus on browser based, interactive dataviz.
Installation
git clone https://github.com/MarcSkovMadsen/dataviz-in-python.git
python -m venv .venv
source .venv/Scripts/activate
pip install -e .[all]
Serve the presentation
panel serve src/dataviz_in_python/presentation/*.py
You can view the presentation at http://localhost:5006/introduction.
GitHub