Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).