| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 18 Jan 2026 11:10:34 GMT
X-Served-By: cache-dfw-ktki8620080-DFW, cache-bom-vanm7210047-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768734634.178196,VS0,VE299
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
JuPyTer-notebook: JuPyTer notebook parser
[Skip to Readme]
JuPyTer-notebook: JuPyTer notebook parser
JuPyTer also 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.
[Skip to Readme]
Modules
- Data
- Data.JuPyTer
Downloads
- JuPyTer-notebook-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | aeson (>=1.0 && <1.3), base (>=4.9 && <4.10), bytestring (>=0.10 && <1.0), json-autotype (>=1.0 && <1.1), JuPyTer-notebook, text (>=1.0 && <1.3) [details] |
| License | BSD-3-Clause |
| Author | Michal J. Gajda |
| Maintainer | migamake@migamake.com |
| Uploaded | by MichalGajda at 2017-11-21T12:18:06Z |
| Category | Data |
| Home page | https://github.com/mgajda/ipynb |
| Source repo | head: git clone https://github.com/mgajda/jupyter-notebook.git |
| Distributions | |
| Executables | jupyter-extract |
| Downloads | 1140 total (2 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs not available [build log] All reported builds failed as of 2017-11-21 [all 3 reports] |
Readme for JuPyTer-notebook-0.1.0.0
[back to package description]JuPyTer notebook parser
JuPyTer 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