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

https://github.com/jtpio/pydata-heidelberg-workshop

Starter Pack for the Voilà workshop at PyData Heidelberg - 2020-01-09
https://github.com/jtpio/pydata-heidelberg-workshop

Last synced: over 1 year ago
JSON representation

Starter Pack for the Voilà workshop at PyData Heidelberg - 2020-01-09

Awesome Lists containing this project

README

          

# PyData Heidelberg Workshop - 2020-01-09

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jtpio/pydata-heidelberg-workshop/master)

## Setup

```bash
git clone https://github.com/jtpio/pydata-heidelberg-workshop
cd pydata-heidelberg-workshop/

conda env create
conda activate voila-starter-pack
chmod +x ./postBuild

# On Windows, you can run the `jupyter` commands from the postBuild file manually
./postBuild

jupyter lab workshop.ipynb
```

Alternatively, Voila can also be installed via `pip` or `conda`:

```bash
pip install voila
```

```bash
conda install voila -c conda-forge
```