From 8cc270ac6576c95761795fd902de413204c02de2 Mon Sep 17 00:00:00 2001 From: Pierre Fernique Date: Thu, 1 Sep 2016 10:58:49 +0200 Subject: [PATCH] Update examples --- doc/examples/cfg.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/examples/cfg.py b/doc/examples/cfg.py index 5072b03b..2f14e4cb 100644 --- a/doc/examples/cfg.py +++ b/doc/examples/cfg.py @@ -1 +1,4 @@ -c.ExecutePreprocessor.timeout = 600 \ No newline at end of file + c.NbConvertApp.notebooks = ["basic.ipynb"] + +c.ExecutePreprocessor.timeout = 60 +