takluyver / nbexplode

Explode a notebook into a directory of files, and recombine it to a .ipynb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explode a notebook into a directory of files, and recombine it to a .ipynb

Exploded notebooks have some advantages in version control: it should be easier to merge changes in this form. They are more unwieldy in many ways, though.

Usage:

python3 nbexplode.py Foo.ipynb
python3 nbexplode.py -r Foo.ipynb.exploded

About

Explode a notebook into a directory of files, and recombine it to a .ipynb


Languages

Language:Python 91.4%Language:HTML 6.1%Language:TeX 2.5%