Skip to content

Instantly share code, notes, and snippets.

View dtamayo's full-sized avatar

Dan Tamayo dtamayo

View GitHub Profile
We can't make this file beautiful and searchable because it's too large.
Date,Open,High,Low,Close,Volume
1896-05-27,29.39,29.39,29.39,29.39
1896-05-28,29.11,29.11,29.11,29.11
1896-05-29,29.43,29.43,29.43,29.43
1896-06-01,29.4,29.4,29.4,29.4
1896-06-02,29,29,29,29
1896-06-03,28.8,28.8,28.8,28.8
1896-06-04,28.93,28.93,28.93,28.93
1896-06-05,29.2,29.2,29.2,29.2
@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