Skip to content

Commit

Permalink
Allow errors on notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
danshapero committed Nov 6, 2023
1 parent f19731c commit be44baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ executed-notebooks/%.ipynb: $(ICEPACK)/notebooks/%.ipynb
jupyter nbconvert \
--to ipynb \
--execute \
--allow-errors \
--ExecutePreprocessor.timeout=24000 \
--output-dir=`dirname $@` \
--output=`basename $@` \
Expand Down

0 comments on commit be44baf

Please sign in to comment.