JuPyTer-notebook: JuPyTer notebook parser

[ bsd3, data, library, program ] [ Propose Tags ]

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

Maintainer's Corner

Package maintainers

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
Category Data
Home page http://github.com/mgajda/ipynb
Source repo head: git clone https://github.com/mgajda/jupyter-notebook.git
Uploaded by MichalGajda at 2017-11-21T12:18:06Z
Distributions
Executables jupyter-extract
Downloads 1074 total (4 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