Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.64 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.64 KB

covidashboard


Notes

  1. 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)
  2. For a working version of the dashboard (but using old data api/pipeline) check fork of original at covidash
  3. 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

Open In Collab

Local environment setup (using vscode on windows):

Using anaconda/miniconda:

  • 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).