jupytextConvert Jupyter notebooks to plain text documents, and back again. More information: https://jupytext.readthedocs.io/en/latest/using-cli.html.
.ipynb/.py notebook:jupytext --set-formats ipynb,py {{path/to/notebook}}.ipynb
.py file:jupytext --to py {{path/to/notebook}}.ipynb
.py file to a notebook with no outputs:jupytext --to notebook {{path/to/notebook}}.py
.md file to a notebook and run it:jupytext --to notebook --execute {{path/to/notebook}}.md
jupytext --update --to notebook {{path/to/notebook}}.py
jupytext {{[-s|--sync]}} {{path/to/notebook}}.ipynb