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
- Host: GitHub
- URL: https://github.com/egpbos/corona
- Owner: egpbos
- License: apache-2.0
- Created: 2020-03-17T11:28:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T11:32:42.000Z (about 5 years ago)
- Last Synced: 2025-01-13T05:11:39.820Z (5 months ago)
- Language: Jupyter Notebook
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```