Skip to content

Commit

Permalink
update Julia is fast notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
xorJane committed Sep 13, 2018
1 parent 2f8c8c9 commit 5c9edc0
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 76 deletions.
22 changes: 18 additions & 4 deletions introductory-tutorials/intro-to-julia/09. Julia is fast.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,24 @@
"metadata": {},
"outputs": [],
"source": [
"@time sum(a)\n",
"\n",
"@time sum(a)\n",
"\n",
"@time sum(a)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"@time sum(a)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"@time sum(a)"
]
},
Expand Down
Loading

0 comments on commit 5c9edc0

Please sign in to comment.