jupytext

Tool to convert Jupyter notebooks to plain text documents, and…

jupytext

Tool to convert Jupyter notebooks to plain text documents, and back again. More information: https://jupytext.readthedocs.io/en/latest/.

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

jupytext --to py {{notebook.ipynb}}

jupytext --to notebook {{notebook.py}}

jupytext --to notebook --execute {{notebook.md}}

jupytext --update --to notebook {{notebook.py}}

jupytext --sync {{notebook.ipynb}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← jupyter just →