美文网首页
jupyter notebook中支持多种

jupyter notebook中支持多种

作者: 英武 | 来源:发表于2017-04-30 09:02 被阅读231次

配置支持R语言

安装好了anaconda版本的python3.6之后,再安装R语言的支持:
conda install r-irkernel
Fetching package metadata ...........
Solving package specifications: .

Package plan for installation in environment /Users/hanlei/anaconda:

The following NEW packages will be INSTALLED:

cairo:       1.14.8-0        https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
fontconfig:  2.12.1-3        https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
gettext:     0.19.8-1        https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
glib:        2.50.2-1        https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
gsl:         2.2.1-0         https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
harfbuzz:    0.9.39-2        https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
libffi:      3.2.1-1         https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
libgcc:      4.8.5-1         https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
ncurses:     5.9-10          https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
pango:       1.40.3-1        https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
pcre:        8.39-1          https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
pixman:      0.34.0-0        https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
r-base:      3.3.2-1                                                                
r-crayon:    1.3.2-r3.3.2_0                                                         
r-digest:    0.6.10-r3.3.2_0                                                        
r-evaluate:  0.10-r3.3.2_0                                                          
r-irdisplay: 0.4.4-r3.3.2_0                                                         
r-irkernel:  0.7.1-r3.3.2_0                                                         
r-jsonlite:  1.1-r3.3.2_0                                                           
r-magrittr:  1.5-r3.3.2_2                                                           
r-pbdzmq:    0.2_4-r3.3.2_0                                                         
r-r6:        2.2.0-r3.3.2_0                                                         
r-repr:      0.10-r3.3.2_0                                                          
r-stringi:   1.1.2-r3.3.2_0                                                         
r-stringr:   1.1.0-r3.3.2_0                                                         
r-uuid:      0.1_2-r3.3.2_0                                                         
zeromq:      4.1.3-0         https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free

可以看到,这个命令默认安装了R的3.3.2版本,jupyter notebook作为一个支持多语言的运行环境,可以支持多种语言。

好吧,见笑了,其他语言还没时间弄,后续更新。

相关文章

网友评论

      本文标题:jupyter notebook中支持多种

      本文链接:https://www.haomeiwen.com/subject/lwgttxtx.html