Reviewing Zeppelin and Jupyter Notebooks
We peer review all our data science deliverables and it quickly became clear that reviewing notebooks is not as easy as reviewing regular code. I built a small command-line tool in Python3 that does exactly this: it converts both Zeppelin and Jupyter notebooks to readable and reviewer-friendly Markdown documents. An example of Zeppelin notebook converted to the Markdown format being reviewed on BitBucket looks like this:
As you can see, cell code and outputs are rendered.
Source: www.stratosphere.dev