Skip to content

Instantly share code, notes, and snippets.

View dtamayo's full-sized avatar

Dan Tamayo dtamayo

View GitHub Profile
@dtamayo
dtamayo / ipnbdoctest.py
Last active August 29, 2015 14:23 — forked from jhprinz/.gitignore
#!/usr/bin/env python
"""
simple example script for running and testing notebooks.
Usage: `ipnbdoctest.py foo.ipynb [bar.ipynb [...]]`
Each cell is submitted to the kernel, and the outputs are compared with those stored in the notebook.
The original is found in a gist under https://gist.github.com/minrk/2620735