【问题标题】:conda R env not showing up in jupyter notebook [duplicate]conda R env没有出现在jupyter笔记本中[重复]
【发布时间】:2021-04-24 14:46:02
【问题描述】:

我可以使用此链接中的建议在 jupyter notebook 中添加一个新的 conda python env。

Conda environments not showing up in Jupyter Notebook

python -m ipykernel install --user --name test_env --display-name "Python (test_env)"

我有 conda R 环境 (r_env) 并尝试执行以下操作:-

python -m ipykernel install --user --name r_env --display-name "r_env".

但是正如预期的那样,这会在 jupyter 中创建一个 python 内核而不是 R。

在 conda r 环境中这样做的正确方法是什么?

【问题讨论】:

    标签: python r jupyter conda


    【解决方案1】:

    下面的这个链接解决了我的问题。 https://izoda.github.io/site/anaconda/r-jupyter-notebook/

    【讨论】:

      猜你喜欢
      • 2021-05-27
      • 1970-01-01
      • 2020-07-26
      • 2015-08-05
      • 1970-01-01
      • 1970-01-01
      • 2021-07-12
      • 1970-01-01
      • 2020-01-23
      相关资源
      最近更新 更多