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

https://github.com/egpbos/corona

Exploring COVID-19 data
https://github.com/egpbos/corona

Last synced: 3 months ago
JSON representation

Exploring COVID-19 data

Awesome Lists containing this project

README

        

# corona
Exploring COVID-19 data

## Setup env

After cloning, with conda, install everything and start notebook server with:

```sh
conda create -n corona python==3.8 numpy jupyter matplotlib geopandas descartes mapclassify -c conda-forge
conda activate corona
jupyter notebook
```