Apache Zeppelin notebooks
Problem to solve
Right now Gitlab renders ipython / Jupyter notebooks as html. Apache Zeppelin is a new and more ambitious way how you can create data science notebooks. Would be awesome to render this notebook format as well on GitLab CE.
Proposal
So actually the main issue was so far Zeppelin is saving notebooks simply to json files and there was no Zeppelin file extension that accepted by everyone. Fortunately, the community has been submitted a proposal to change this to zpln as a file extension and this gives us the opportunity to Gitlab identify this is a Zeppelin notebook and renders it automatically as does for .ipynb.
Links / references
Edited by Tamas Szuromi