From c3e2a6c58bfb740745bca2b900f46d42dd4a70d8 Mon Sep 17 00:00:00 2001
From: Blaise Li <blaise.li__git@nsup.org>
Date: Tue, 30 Jan 2024 14:37:39 +0100
Subject: [PATCH] Mention jupytext.

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index f5f29aa..c84fc6d 100644
--- a/README.md
+++ b/README.md
@@ -263,6 +263,14 @@ A guide to data visualisation using Python.
 
 URL: <https://python-charts.com/>
 
+### Jupytext
+
+A way to store jupyter notebooks in a more human-readable format (without
+outputs), possibly paired with standard .ipynb notebook.
+As of january 2024, I haven't tried it.
+
+URL: <https://github.com/mwouts/jupytext>
+
 ### The little books of Python anti-patterns
 
 Some programming good practice.
-- 
GitLab