mirror of
https://github.com/gsi-upm/sitc
synced 2026-02-08 23:58:17 +00:00
Update Makefile
This commit is contained in:
committed by
GitHub
parent
feb60748f4
commit
b1e11695fe
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
|||||||
FOLDER:=.
|
FOLDER:=.
|
||||||
ERROR:=255
|
ERROR:=255
|
||||||
|
|
||||||
exec:
|
exec:
|
||||||
find $(FOLDER) -iname '*.ipynb' -print0 | xargs -n 1 -0 sh -c 'jupyter nbconvert --execute --ClearOutputPreprocessor.enabled=True --inplace $$0 || exit $(ERROR)'
|
find $(FOLDER) -iname '*.ipynb' -print0 | xargs -n 1 -0 sh -c 'jupyter nbconvert --execute --ClearOutputPreprocessor.enabled=True --inplace $$0 || exit $(ERROR)'
|
||||||
|
|||||||
Reference in New Issue
Block a user