Jupyter notebook:配置R语言内核
因为学习数值分析要用到R语言
默认已经配置好了Jupyter和R
1.打开
2.在窗口内键入代码 源选择Hong Kong 清华源 等待完成
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
3.下载git
官网下载特别慢
使用淘宝镜像网站
https://npm.taobao.org/mirrors/git-for-windows/
git安装教程
https://www.cnblogs.com/wj-1314/p/7993819.html
安装完之后重启电脑
4、重启完电脑后继续打开gui
devtools::install_github('IRkernel/IRkernel')
IRkernel::installspec(user = FALSE)
5、打开Jupyter notebook
刚开始安装时从优快云等渠道寻找方式出错主要是git没有安装