From 687acaeddc9fe08028a48bc6f23581075c6ac9cf Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 4 Jul 2015 04:16:08 +0300 Subject: [PATCH] nbconvert syntax ... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f546aa..c533f3f 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ copyreadme: # convert notebooks to md files convert_notebooks: - runipy --kernel=julia-0.4 docs/tutorials/2015-07-04-hello-world-functional-tests-part-2.ipynb /tmp/2015-07-04-hello-world-functional-tests-part-2.ipynb && ipython nbconvert /tmp/2015-07-04-hello-world-functional-tests-part-2.ipynb --to=rst docs/tutorials/2015-07-04-hello-world-functional-tests-part-2.md + cd docs/tutorials && runipy --kernel=julia-0.4 2015-07-04-hello-world-functional-tests-part-2.ipynb /tmp/2015-07-04-hello-world-functional-tests-part-2.ipynb && ipython nbconvert /tmp/2015-07-04-hello-world-functional-tests-part-2.ipynb --to=rst # sync web server wwwdeploy: