- The old version of the project is broken. In this repository the data is being collected using an updated data api and pipeline. (see update_data.py)
- For a working version of the dashboard (but using old data api/pipeline) check fork of original at covidash
- To just test/run notebook:
- download TSErrors.py
- open the notebook in google colab using the given link/button below
- upload TSErrors.py as a utility script
- run the notebook
-
Create environment:
conda env create -f environment.yml
-
Choose new env kernel in vscode and run notebook
Note: TSErrors.py is an old utility script, the version of it on which the project depedended on was removed from pypi so I had to add it manually, (I did not write it myself).