/COVID-19-Vaccination-progress

This repository is about COVID-19-Vaccination-progress around the world so far.

Primary LanguageJupyter NotebookBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

COVID 19 Vaccination progress analysis

Binder

A Binder-compatible repo with an environment.yml file.

Access this Binder by clicking the blue badge above or at the following URL:

https://hub.gke2.mybinder.org/user/mrnevil-covid-1-nation-progress-35ggwfzc/notebooks/covid-vaccination-progress.ipynb

Notes

The environment.yml file should list all Python libraries on which your notebooks depend, specified as though they were created using the following conda commands:

conda activate example-environment
conda env export --from-history -f environment.yml

Note that the only libraries available to you will be the ones specified in the environment.yml, so be sure to include everything that you need!