Skip to content

Commit

Permalink
Allow errors when processing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespjh committed Jun 6, 2016
1 parent 8647f28 commit bb33ed5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ mako
cython
pyzmq
matplotlib
geopy
matplotlib-venn
pypng
sphinx
numpydoc

0 comments on commit bb33ed5

Please sign in to comment.