nprapps/global-immunization

Name: global-immunization

Owner: NPR visuals team

Description: Data exploration for UNICEF's recent global immunization reports

Created: 2017-07-18 19:19:22.0

Updated: 2017-07-18 19:24:15.0

Pushed: 2017-07-21 21:28:58.0

Homepage: null

Size: 2539

Language: Jupyter Notebook

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

global-immunization

Data exploration for UNICEF's recent global immunization reports

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
ame-of-project
rtualenv name-of-project
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.

Create a new Python 2 notebook in the upper right-hand corner of the home screen.

Import the libraries in the first cell
- coding: utf-8 -*-
plotlib inline

rt pandas as pd
rt numpy as np
rt math
rt matplotlib as mplstyle
rt matplotlib.pyplot as plt
rt locale
rt arrow
 locale import atof
 dateutil import parser
 datetime import datetime

To run the cells, either use cmd + <enter> or use the navigation: cell -> run all

Data Sources

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.