Popularity
0.6
Growing
Activity
0.0
Stable
1
1
0

Monthly Downloads: 4
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    

JuPyTer-notebook alternatives and similar packages

Based on the "Data" category.
Alternatively, view JuPyTer-notebook alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of JuPyTer-notebook or a related project?

Add another 'Data' Package

README

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