From 20fd1d849127e25d0e67b98072efdbe60ef45025 Mon Sep 17 00:00:00 2001 From: James Hetherington Date: Fri, 8 Jan 2016 14:57:54 +0000 Subject: [PATCH] Revert "Revert "Remove allow errors again because of older jupyter"" This reverts commit f5276510e29bba0f65f67addff9258441eb2ffb0. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 97b80044..0dcba879 100644 --- a/Makefile +++ b/Makefile @@ -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 $<