https://github.com/mgajda/jupyter-notebook
JuPyTer notebook parser
https://github.com/mgajda/jupyter-notebook
ipynb json jupyter parser
Last synced: 4 months ago
JSON representation
JuPyTer notebook parser
- Host: GitHub
- URL: https://github.com/mgajda/jupyter-notebook
- Owner: mgajda
- License: bsd-3-clause
- Created: 2017-11-21T11:27:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T00:56:44.000Z (over 8 years ago)
- Last Synced: 2025-12-07T17:52:58.404Z (7 months ago)
- Topics: ipynb, json, jupyter, parser
- Language: Haskell
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
JuPyTer notebook parser
=======================
[JuPyTer](https://jupyter.org/) was formerly called IPython notebook.
It is cross-language interactive data science platform
that allows for interactive editing of code and visualizing its results.
This library allows to directly parse `.ipynb` files, and process them.
There is an example script `jupyter-extract` that just extracts
all the source code cells, and prints them.
Initial version was generated with [`json-autotype`](https://hackage.haskell.org/package/json-autotype)