From bb33ed504431de52fdf922b04151d2bf382e5f27 Mon Sep 17 00:00:00 2001 From: James Hetherington Date: Mon, 6 Jun 2016 19:13:47 +0100 Subject: [PATCH] Allow errors when processing --- Makefile | 2 +- requirements.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0dcba879..97b80044 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 --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 $< diff --git a/requirements.txt b/requirements.txt index b0f0b944..f6f20879 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,8 @@ mako cython pyzmq matplotlib +geopy +matplotlib-venn +pypng +sphinx +numpydoc