美文网首页
How to install R in jupyter(for

How to install R in jupyter(for

作者: Lanlan_78d1 | 来源:发表于2020-03-31 00:09 被阅读0次
    1. Install R in Conda
    conda install -c r r-essentials
    
    1. Connect R to jupyter
    install.packages('IRkernel')
    IRkernel::installspec()
    # In R terminal
    
    1. Check completed in jupyter home
    image.png

    相关文章

      网友评论

          本文标题:How to install R in jupyter(for

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