Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/takluyver/nbexplode
- Owner: takluyver
- Created: 2015-03-05T19:17:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T19:18:07.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T15:01:58.791Z (15 days ago)
- Language: Python
- Size: 109 KB
- Stars: 11
- Watchers: 3
- 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