Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5cb1db

Browse files
committed
Update IRkernel install instructions
1 parent 8f14d0b commit e5cb1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/r/jupyter/2016-02-20-jupyter-notebook-r.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ <h3>Install Jupyter</h3>
2727
<hr>
2828
<h3>Install IRKernel</h3>
2929
<p>Next we'll install a R Kernel so that we can use R commands inside a Jupyter notebook. This is similar to installing a R package. Run this in R.</p><br>
30-
<pre><code>install.packages(c('repr', 'IRkernel', 'IRdisplay'),
31-
repos = c('http://irkernel.github.io/', getOption('repos')))
30+
<pre><code>install.packages(c('repr', 'IRdisplay', 'pbdZMQ', 'devtools'))
31+
devtools::install_github('IRkernel/IRkernel')
3232
IRkernel::installspec()
3333
</pre><p></code></p><br>
3434
<p>See <a href="https://github.com/IRkernel/IRkernel">here</a> for details.</p>

0 commit comments

Comments
 (0)