Data analysis for education's school choice in Indiana project.
Data used in NPR Ed's story "The Promise And Peril Of School Vouchers"
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.
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.
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.