Jupyter里面运行R

1、conda install -c r r-essentials
or
conda create -n my-r-env -c r r-essentials

2、建立一个~/Rnotebooks目录,进入后执行

source activate my-r-env

jupyter notebook

评论