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.
-
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of JuPyTer-notebook or a related project?
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