ubuntu15.04上jupyter notebook嵌入R语言

Reflink:http://irkernel.github.io/

  1. ctrl+shift+T调出Terminal
    输入:sudo apt-get install libzmq3-dev

  2. 在terminal中输入sudo R,调用R语言;

输入

install.packages(c('rzmq','repr','IRkernel','IRdisplay'),
                 repos = c('http://irkernel.github.io/', getOption('repos')),
                 type = 'source')
  1. 使得R核心可以被Jupyter使用:
还是在R环境里:
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)
src="http://nbviewer.jupyter.org/github/LiaoPan/MyCodeSpace/blob/master/EnhancePython/demo_R.ipynb" width="850" height="500">

之后,当然就可以用了~

分享下一些R语言经典的资料:
https://pan.baidu.com/s/1i5povel R语言的编程艺术+数据挖掘和R语言
https://pan.baidu.com/s/1o7NZNGQl R语言实战

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值