美文网首页
jupyter notebook配置R

jupyter notebook配置R

作者: 裁尘的人儿 | 来源:发表于2019-12-26 08:43 被阅读0次

install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest')) devtools::install_github('IRkernel/IRkernel')

上面的代码会自动分两步执行,执行完后,在输入如下代码中的一个:

1.只在当前用户下安装

IRkernel::installspec()

2.或者是在系统下安装

IRkernel::installspec(user = FALSE)

相关文章

网友评论

      本文标题:jupyter notebook配置R

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