Skip to content

Instantly share code, notes, and snippets.

View kvas7andy's full-sized avatar
🎯
Focusing

Andrei Kvasov kvas7andy

🎯
Focusing
View GitHub Profile
@fperez
fperez / nbmerge.py
Created June 23, 2015 01:04
Merge/concatenate multiple IPython notebooks into one.
#!/usr/bin/env python
# Note, updated version of
# https://github.com/ipython/ipython-in-depth/blob/master/tools/nbmerge.py
"""
usage:
python nbmerge.py A.ipynb B.ipynb C.ipynb > merged.ipynb
"""
import io
@fperez
fperez / TestingDashboard.ipynb
Created January 12, 2015 02:17
Testing Dashboard to pull data from a Google form into Pandas and do simple analytics of human-driven tests
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.