chenboshuo / R-Statistics-and-Graphics

R语言经典实例

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R-Statistics-and-Graphics

中文书名 《R语言经典实例》

English book title 《R Cookbook:Proven Recipes for Data Analysis,Statistics & Graphics》

1. 将r进行虚拟化到jupyter notebook中

在R中输入下面命令:

install.packages('devtools') #1.在R中安装devtools库
IRkernel::installspec()  #2.  在R中注册激活R kernel

具体操作:

https://zhuanlan.zhihu.com/p/46799561

2.在jupyter notebook 安装插件

在cmd命令行中,输入下面命令:

pip install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple
jupyter contrib nbextension install --user

而后找到插件 Table of Contents (2) 食用更加方便

使用的包

About

R语言经典实例

License:GNU General Public License v2.0


Languages

Language:Jupyter Notebook 100.0%