当前位置:   article > 正文

R语言配置jupter亲测可用_配置r进入jupyter

配置r进入jupyter

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

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

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

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

IRkernel::installspec()
  • 1

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

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

本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/519161
推荐阅读
相关标签
  

闽ICP备14008679号