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: 12 days ago
JSON representation
Explode a notebook into a directory of files, and recombine it to a .ipynb
- Host: GitHub
- URL: https://github.com/takluyver/nbexplode
- Owner: takluyver
- Created: 2015-03-05T19:17:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T19:18:07.000Z (over 10 years ago)
- Last Synced: 2025-04-03T09:23:07.611Z (3 months ago)
- Language: Python
- Size: 109 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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