在jupyter notebook里添加R kernel

1、Installing via CRAN

系统环境:windows 7

install.packages('IRkernel')

2、 Making the kernel available to Jupyter

IRkernel::installspec()

IRkernel::installspec(user = FALSE)

参考文献:

<https://irkernel.github.io/installation/>

Donate comment here