Skip to content

Commit

Permalink
Update index.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Feb 17, 2024
1 parent 226a8b4 commit 71a307b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jupyter/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"outputs": [],
"source": [
"pkg install \"https://github.com/gnu-octave/statistics-resampling/archive/refs/heads/master.zip\"\n",
"pkg load statistics-resampling"
"%pkg install \"https://github.com/gnu-octave/statistics-resampling/archive/refs/heads/master.zip\"\n",
"%pkg load statistics-resampling"
]
},
{
Expand All @@ -29,7 +29,7 @@
"outputs": [],
"source": [
"% Enter your code below\n",
"tic;boot(100,100000);toc;"
"%tic;boot(100,100000);toc;"
]
}
],
Expand Down

0 comments on commit 71a307b

Please sign in to comment.