We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caebf49 commit f3507e4Copy full SHA for f3507e4
doc/Makefile
@@ -39,7 +39,8 @@ $(HTML_DIR)/2019-07-03-%.html: $(IPYNB_DIR)/%.ipynb
39
@echo "[nbconvert] $<"
40
@jupyter nbconvert $< --to html --template nb.tpl \
41
--output-dir $(HTML_DIR) --output 2019-07-03-$*.html \
42
- --execute > $(FAIL_DIR)/$* 2>&1 && rm -f $(FAIL_DIR)/$*
+ --execute > $(FAIL_DIR)/$* 2>&1 && rm -f $(FAIL_DIR)/$* \
43
+ --ExecutePreprocessor.timeout=600
44
45
46
$(REDIR_DIR)/2019-07-03-redirect-next-%.html: $(IPYNB_DIR)/%.ipynb
0 commit comments