Skip to content

Instantly share code, notes, and snippets.

View abhigenie92's full-sized avatar
🤫
Hungry

Abhishek Bhatia abhigenie92

🤫
Hungry
View GitHub Profile
@abhigenie92
abhigenie92 / nbmerge.py
Created April 28, 2017 08:54 — forked from fperez/nbmerge.py
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