Skip to content

Commit

Permalink
Revert "Revert "Remove allow errors again because of older jupyter""
Browse files Browse the repository at this point in the history
This reverts commit f527651.
  • Loading branch information
jamespjh committed Jan 8, 2016
1 parent b2f8794 commit 20fd1d8
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 --allow-errors --ExecutePreprocessor.timeout=120 --execute --stdout $< > $@
ipython nbconvert --to notebook --ExecutePreprocessor.timeout=120 --execute --stdout $< > $@

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

0 comments on commit 20fd1d8

Please sign in to comment.