• R kernel for Jupyter Notebook 支持r


    1/2) Installing via supplied binary packages
    (default on Windows + Mac OS X)

    You can install all packages using the following lines in an R console:

    install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
    devtools::install_github('IRkernel/IRkernel')
    # Don’t forget step 2/2!

    To update the IRkernel package, which is not yet on CRAN, you have to rerun the devtools:: line. For the other packages, a simple update.packages() is sufficient.

    2/2) Making the kernel available to Jupyter

    The kernel spec can be installed for the current user with the following line from R:

    IRkernel::installspec()

    To install system-wide, set user to False in the installspec command:

    IRkernel::installspec(user = FALSE)

    原文https://irkernel.github.io/installation/
  • 相关阅读:
    el-upload文件上传组件
    vue 自定义指令input表单的数据验证
    vue-resourse简单使用方法
    go语言基本运算符
    第4课
    第3课
    第2课
    第1课
    第0课
    第0课
  • 原文地址:https://www.cnblogs.com/lichunl/p/9005433.html
Copyright © 2020-2023  润新知