美文网首页
Jupyter Notebook 中添加R内核

Jupyter Notebook 中添加R内核

作者: NorthPenguin | 来源:发表于2019-07-29 18:46 被阅读0次

首先在R官网下载R安装包和Git安装包,并安装好。
打开R GUI,在console中输入install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
会提示你选择镜像点,建议默认第一个。
等运行结束,在console中输入devtools::install_github('IRkernel/IRkernel')
等运行结束,在console中输入IRkernel::installspec(user = FALSE)
安装结束。

相关文章

网友评论

      本文标题:Jupyter Notebook 中添加R内核

      本文链接:https://www.haomeiwen.com/subject/umxirctx.html