美文网首页
Win10通过jupyter notebook运行R

Win10通过jupyter notebook运行R

作者: k莫失莫忘 | 来源:发表于2020-06-10 13:01 被阅读0次

    R版本4.0.1

    1. Requirements

    1) jupyter notebook (推荐anaconda)
    2) R(清华镜像站

    2. Install IRKernel

    在Rconsole中

    1)install.packages('IRkernel')
    2)IRkernel::installspec()

    如果2.2报错:jupyter-client has to be installed but “jupyter kernelspec --version” exited with code 127
    进入anaconda prompt,运行:

    R
    IRkernel::installspec()

    即可

    相关文章

      网友评论

          本文标题:Win10通过jupyter notebook运行R

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