We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78410cc commit 55be0e2Copy full SHA for 55be0e2
doc/Makefile
@@ -38,7 +38,7 @@ $(HTML_DIR)/2019-07-03-%.html: $(IPYNB_DIR)/%.ipynb
38
@echo "[nbconvert] $<"
39
@jupyter nbconvert $< --to html --template nb.tpl \
40
--output-dir $(HTML_DIR) --output 2019-07-03-$*.html \
41
- --execute
+ --execute > $(FAIL_DIR)/$* 2>&1 && rm -f $(FAIL_DIR)/$*
42
43
44
$(REDIR_DIR)/2019-07-03-redirect-next-%.html: $(IPYNB_DIR)/%.ipynb
0 commit comments