https://github.com/MarcSkovMadsen/dataviz-in-python
A repository used to provide an introduction to dataviz in Python
https://github.com/MarcSkovMadsen/dataviz-in-python
Last synced: 7 months ago
JSON representation
A repository used to provide an introduction to dataviz in Python
- Host: GitHub
- URL: https://github.com/MarcSkovMadsen/dataviz-in-python
- Owner: MarcSkovMadsen
- License: mit
- Created: 2022-03-09T03:50:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T05:13:03.000Z (over 2 years ago)
- Last Synced: 2024-11-16T14:50:40.797Z (8 months ago)
- Language: Python
- Size: 14.4 MB
- Stars: 52
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
 [](https://www.gnu.org/licenses/agpl-3.0) [](https://mybinder.org/v2/gh/MarcSkovMadsen/dataviz-in-python/HEAD?urlpath=lab) [](https://twitter.com/MarcSkovMadsen)
# An Introduction to dataviz in Python
This repository contains an introduction to dataviz in Python with a focus on browser based, interactive dataviz.

## Installation
```bash
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
```bash
panel serve src/dataviz_in_python/presentation/*.py
```You can view the presentation at [http://localhost:5006/introduction](http://localhost:5006/introduction).