Tool to convert Jupyter notebooks to plain text documents, and back again.
.ipynb
/.py
notebook:
jupytext --set-formats ipynb,py {notebook.ipynb}
.py
file:
jupytext --to py {notebook.ipynb}
.py
file to a notebook with no outputs:
jupytext --to notebook {notebook.py}
.md
file to a notebook and run it:
jupytext --to notebook --execute {notebook.md}
jupytext --update --to notebook {notebook.py}
jupytext --sync {notebook.ipynb}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB