From b00c711ddcb07cf0f9fc50156d8ee56bf55d956c Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 4 Jul 2015 03:57:56 +0300 Subject: [PATCH] changed notebook kernel --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1792885..8f546aa 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ copyreadme: # convert notebooks to md files convert_notebooks: - runipy 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 + 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 # sync web server wwwdeploy: