From b1e11695fea5b40739545ca464ed27c0d9e64f94 Mon Sep 17 00:00:00 2001 From: "Carlos A. Iglesias" Date: Wed, 4 Feb 2026 18:49:36 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc73ba3..f2f7dcb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ FOLDER:=. -ERROR:=255 +ERROR:=255 exec: find $(FOLDER) -iname '*.ipynb' -print0 | xargs -n 1 -0 sh -c 'jupyter nbconvert --execute --ClearOutputPreprocessor.enabled=True --inplace $$0 || exit $(ERROR)'