Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Latest commit

 

History

History
44 lines (28 loc) · 1.84 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.84 KB

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.

  • You are running OSX.
  • You are using Python 2.7. (Probably the version that came OSX.)
  • You have virtualenv and virtualenvwrapper installed and working.

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