From 13f0d06f218fee39e7d7d599ad9ba579705fddfc Mon Sep 17 00:00:00 2001
From: Thibaut de Saivre <thibaut.de-saivre@polytechnique.edu>
Date: Thu, 30 Nov 2023 11:37:02 +0100
Subject: [PATCH] format notebook cells on execution

---
 python/.vscode/settings.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/.vscode/settings.json b/python/.vscode/settings.json
index 0aa228d..fe7f2c7 100644
--- a/python/.vscode/settings.json
+++ b/python/.vscode/settings.json
@@ -8,6 +8,7 @@
   },
 
   "jupyter.interactiveWindow.textEditor.executeSelection": true,
+  "notebook.formatOnCellExecution": true, // Format cells on execution (better than formatting the whole file)
 
   // Python
   "[python]": {
-- 
GitLab