1
0
mirror of https://github.com/gsi-upm/sitc synced 2026-02-08 23:58:17 +00:00

Update Makefile

This commit is contained in:
Carlos A. Iglesias
2026-02-04 18:49:36 +01:00
committed by GitHub
parent feb60748f4
commit b1e11695fe

View File

@@ -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)'