Have you always wished [Jupyter](https://jupyter.org/) notebooks were plain text documents? Wished you could edit them in your favorite IDE? And get clear and meaningful diffs when doing version control? Then... [Jupytext](https://jupytext.readthedocs.io/) may well be the tool you're looking for! [Jupytext](https://jupytext.readthedocs.io/) is a plugin for Jupyter that can save Jupyter notebooks as - Markdown files (or MyST Markdown files, or R Markdown or Quarto text notebooks) - Scripts in many languages. Common use cases for Jupytext are: - Doing version control on Jupyter Notebooks - Editing, merging or refactoring notebooks in your favorite text editor - Applying Q&A checks on notebooks.
Find a file
Jerry James 02bf441bb0 Change ExcludeArch to ExclusiveArch
- Limits the build to arches with working binary builders
- Allows installation on any arch
2025-08-27 16:40:21 -06:00
.gitignore Initial RPM 2024-05-15 16:10:58 -06:00
jupytext-1.17.2-vendor-licenses.txt Version 1.17.2 2025-06-01 18:06:48 -06:00
prepare_vendor.sh Version 1.17.2 2025-06-01 18:06:48 -06:00
python-jupytext.spec Change ExcludeArch to ExclusiveArch 2025-08-27 16:40:21 -06:00
README.md Added the README 2024-05-15 21:49:09 +00:00
sources Version 1.17.2 2025-06-01 18:06:48 -06:00

python-jupytext

Have you always wished Jupyter notebooks were plain text documents? Wished you could edit them in your favorite IDE? And get clear and meaningful diffs when doing version control? Then... Jupytext may well be the tool you're looking for!

Jupytext is a plugin for Jupyter that can save Jupyter notebooks as

  • Markdown files (or MyST Markdown files, or R Markdown or Quarto text notebooks)
  • Scripts in many languages.

Common use cases for Jupytext are:

  • Doing version control on Jupyter Notebooks
  • Editing, merging or refactoring notebooks in your favorite text editor
  • Applying Q&A checks on notebooks.