Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/takluyver/nbexplode

Explode a notebook into a directory of files, and recombine it to a .ipynb
https://github.com/takluyver/nbexplode

Last synced: 14 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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