Skip to content

Files

Latest commit

 

History

History
 
 

SampleNbsAndScripts

Description

This directory contains several sample notebooks and py files. The main, source of truth, file is myanalysis_plotly.py. myanalysis_plotly.ipynb is often regenerated from the output of the py file run to enable real-world testing of VS Code notebook support.

Packages needed -- See requirements.txt

  1. Click the Run Below code-lens at the top of the file (or Ctrl-Shift-P, "Jupyter: Run All Cells")
  2. You'll be prompted at the bottom right to install ipykernel. Do so, and then run again.

With any luck it should run all the way through.The script generates a bunch of covid-19 graphs for states, cities, counties, etc from data it pulls from websites like CDC. It then packages them up into a simple html file: CovidAnalysis.html.