Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T05:13:03.000Z (almost 2 years ago)
- Last Synced: 2024-07-03T23:45:25.396Z (4 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
![Python Versions](https://img.shields.io/badge/python-3.9-blue) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/MarcSkovMadsen/dataviz-in-python/HEAD?urlpath=lab) [![Follow on Twitter](https://img.shields.io/twitter/follow/MarcSkovMadsen.svg?style=social)](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.
![Tour](assets/dataviz-in-python.gif)
## 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).