使用conda和Jupyter使用R内核的麻烦

时间:2015-09-17 07:09:01

标签: r bash ipython jupyter conda

我使用此博客文章安装了R essentials

enter image description here

为“R essentials”创建一个新环境:

conda create -n my-r-env -c r r-essentials

ipython notebook

但是当我尝试使用R Kernel

创建一个新笔记本时

我收到此错误

An error occurred while creating a new notebook.
Unexpected error while saving file: Untitled5.ipynb [Errno 13] Permission denied: '/home/ajay/.ipython/profile_default/security/notebook_secret'

如何从Jupyter(Ipython)中开始使用R?为最基本的问题道歉

{{3}}

如果我在终端

中输入id,这就是我得到的
ajay@Inspiron-3542:~$ id
uid=1000(ajay) gid=1000(ajay) groups=1000(ajay),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),109(lpadmin),124(sambashare)

1 个答案:

答案 0 :(得分:1)

我想你是在linux主机上

在jupyter中启动终端(从主页new-> terminal)

终端类型

: ID

如果您获得的信息与您的ID不符,则需要使用NB_UID =您的uuid选项启动jupyter

你是从docker容器运行的吗?