Skip to content

Commit

Permalink
Revert "Remove allow errors again because of older jupyter"
Browse files Browse the repository at this point in the history
This reverts commit dc29516.
  • Loading branch information
jamespjh committed Sep 21, 2015
1 parent 596014d commit f527651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ default: _site
ipython nbconvert --to notebook --nbformat 2 --stdout $< > $@

%.nbconvert.ipynb: %.ipynb
ipython nbconvert --to notebook --ExecutePreprocessor.timeout=120 --execute --stdout $< > $@
ipython nbconvert --to notebook --allow-errors --ExecutePreprocessor.timeout=120 --execute --stdout $< > $@

notes.pdf: combined.ipynb Makefile
ipython nbconvert --to pdf --template latex.tplx $<
Expand Down

0 comments on commit f527651

Please sign in to comment.