Home

Awesome

school-choice

Data analysis for education's school choice in Indiana project.

Data used in NPR Ed's story "The Promise And Peril Of School Vouchers"

Assumptions

The following things are assumed to be true in this documentation.

For more details on the technology stack used with the app-template, see our development environment blog post.

Bootstrap the project

cd school-choice
mkvirtualenv school-choice
pip install -r requirements.txt

Problems installing requirements? You may need to run the pip command as ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install -r requirements.txt to work around an issue with OSX.

Run the notebook

jupyter notebook

The homepage of the notebook should open automatically in your preferred browser. Notebooks generally run on localhost:8888 if it is the sole notebook running.

Data sources