博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何在jupyter中安装R
阅读量:4318 次
发布时间:2019-06-06

本文共 640 字,大约阅读时间需要 2 分钟。

地址:()

第一步:在R中安装必备包

install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest')) devtools::install_github('IRkernel/IRkernel')

 

第二步:连接R与jupyter

在R Console中输入(在Rstudio中无效)

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

IRkernel::installspec() 2、To install system-wide, set user to False in the installspec command:
IRkernel::installspec(user = FALSE) 注意: On OS X, be sure to execute this in R started from the Terminal, not the R App! (This is because the R app doesn’t honor $PATH changes in~/.bash_profile)

转载于:https://www.cnblogs.com/lantingg/p/9244667.html

你可能感兴趣的文章
div+css教程网站建设门户网站和电子商务网站CSS样式表
查看>>
sk_buff Structure
查看>>
oracle的级联更新、删除
查看>>
多浏览器开发需要注意的问题之一
查看>>
Maven配置
查看>>
HttpServletRequest /HttpServletResponse
查看>>
SAM4E单片机之旅——24、使用DSP库求向量数量积
查看>>
从远程库克隆库
查看>>
codeforces Unusual Product
查看>>
hdu4348 - To the moon 可持久化线段树 区间修改 离线处理
查看>>
springMVC中一个class中的多个方法
查看>>
Linux系统安装出错后出现grub rescue的修复方法
查看>>
线段树模板整理
查看>>
[教程][6月4日更新]VMware 8.02虚拟机安装MAC lion 10.7.3教程 附送原版提取镜像InstallESD.iso!...
查看>>
[iOS问题归总]iPhone上传项目遇到的问题
查看>>
Python天天美味(总) --转
查看>>
Spring Framework tutorial
查看>>
【VS开发】win7下让程序默认以管理员身份运行
查看>>
【机器学习】Learning to Rank 简介
查看>>
Unity 使用实体类
查看>>