diff --git a/README.md b/README.md index f5f29aa35614327c5eb480837235273136573dc9..c84fc6d24c5b9690cdd87d1f7aeb494b3d46b52c 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.