Slightly tangent, but has anyone figured out a good solution for version controlling jupyter notebooks?
The closest thing that we've found has been to use the notebook percent format in a simple .py file [0][1]. It plays with git much nicer than an .ipynb and it is still interactive enough for rapid prototyping. However, it would be nice to have some first-class support from Jupyter on this.
[0] https://jupytext.readthedocs.io/en/latest/formats.html?highl...
[1] https://code.visualstudio.com/docs/python/jupyter-support-py
[0] -- https://nbconvert.readthedocs.io/en/latest/
[0] -- https://github.com/kynan/nbstripout