changed port

This commit is contained in:
Jukka Aho
2015-07-04 20:46:11 +03:00
parent 65253c9790
commit d2fba21592
+2 -2
View File
@@ -10,7 +10,7 @@ for ipynb in readdir("tutorials")
status = 1
println("Running notebook tutorials/$ipynb")
try
run(`runipy -o tutorials/$ipynb --kernel=julia-0.4 --port=0`)
run(`runipy -o tutorials/$ipynb --kernel=julia-0.4 --port=34211`)
runtime = toc()
status = 0
catch
@@ -43,4 +43,4 @@ footer = """
write_login_markdown(preamble, results, footer)
end
end