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 626e157 commit 6cc8d84Copy full SHA for 6cc8d84
doc/Makefile
@@ -40,7 +40,7 @@ $(HTML_DIR)/2019-07-03-%.html: $(IPYNB_DIR)/%.ipynb
40
@jupyter nbconvert $< --to html --template nb.tpl \
41
--ExecutePreprocessor.timeout=600\
42
--output-dir $(HTML_DIR) --output 2019-07-03-$*.html \
43
- --execute 2>&1 | sed -r "s/\x1B\[([0-9]{1,3}(;[0-9]{1,2})?)?[mGK]//g" > $(FAIL_DIR)/$* && rm -f $(FAIL_DIR)/$*
+ --execute > $(FAIL_DIR)/$* 2>&1 && rm -f $(FAIL_DIR)/$*
44
45
46
$(REDIR_DIR)/2019-07-03-redirect-next-%.html: $(IPYNB_DIR)/%.ipynb
0 commit comments