怎么在jupyter安装r?[jupyter使用教程]

python

jupyter安装" title="jupyter安装">jupyter安装r的方法:(推荐:jupyter使用教程)

第一步:在R中安装必备包

install.packages(c('rzmq','repr','IRkernel','IRdisplay'),

                 repos = c('http://irkernel.github.io/', getOption('repos')))

第二步:连接R与jupyter

在R Console中输入

IRkernel::installspec()

更多python知识请关注python教程。

以上是 怎么在jupyter安装r?[jupyter使用教程] 的全部内容, 来源链接: utcz.com/z/526754.html

回到顶部