R语言配置jupter亲测可用

地址:(http://irkernel.github.io/installation/)

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

install.packages(c('rzmq','repr','IRkernel','IRdisplay'),
                 repos = c('http://irkernel.github.io/', getOption('repos')))

第二步:连接R与jupyter
在R Console中输入

IRkernel::installspec()

————————————————

原文链接:https://blog.csdn.net/songying2012/article/details/51123475

posted @ 2021-04-03 21:54  kuanleung  阅读(18)  评论(0)    收藏  举报  来源