anaconda下配置R子环境并配置jupyter notebook的R Kernel
Posted Data+Science+Insight
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了anaconda下配置R子环境并配置jupyter notebook的R Kernel相关的知识,希望对你有一定的参考价值。
anaconda下配置R子环境并配置jupyter notebook的R Kernel
#在anaconda下打开主环境的terminal:
conda create --name r4-base
# 激活环境
conda activate r4-base
#安装R包
conda install -c conda-forge r-base
conda install -c conda-forge/label/gcc7 r-base
以上是关于anaconda下配置R子环境并配置jupyter notebook的R Kernel的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu环境下Anaconda安装TensorFlow并配置Jupyter远程访问
Ubuntu anaconda 配置 Jupyter Lab
ubuntu下anaconda使用jupyter notebook加载tensorflowpytorch