• 技术文章 >常用工具 >Jupyter

    怎么在jupyter安装r?

    yangyang2020-02-19 14:52:21原创4454

    在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
    上一篇:怎么在jupyter中添加文件? 下一篇:怎么运行网页版jupyter?

    相关文章推荐

    • 怎么看jupyter使用的端口?• anaconda不能打开Jupyter Notebook解决方法• 怎么在网页上用jupyter?

    全部评论我要评论

    © 2021 Python学习网 苏ICP备2021003149号-1

  • 取消发布评论
  • 

    Python学习网