A repository used to provide an introduction to dataviz in Python
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 View Github
Read more