Turn a notebook into a paired .ipynb/.py notebook

jupytext

  • Tool to convert Jupyter notebooks to plain text documents, and back again.
    More information: <https://jupytext.readthedocs.io>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

jupytext --set-formats ipynb,py {{notebook.ipynb}}

click the source code to copy