My Python Notebooks Jupyter notebooks are version controlled as Markdown files thanks to Jupyter's plugin Jupytext. Install environment pip install -r requirements.txt To run locally jupyter notebook To view online To Convert to/from Markdown format jupytext --to ipynb Circumcircle.md jupytext --to md Circumcircle.ipynb