Jupyter运行时出现下面的错误:Unexpected error while saving file: arma/Untitled.ipynb [Errno 13] Permission deni

Posted 蒙古力

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jupyter运行时出现下面的错误:Unexpected error while saving file: arma/Untitled.ipynb [Errno 13] Permission deni相关的知识,希望对你有一定的参考价值。

装好jupyter

 

发现了notebook 项下面  只支持python2,,使用pip3安装,,

 

我们接下来点击 python3 创建notebook,报错,没有保存权限,

好,我们继续使用sudo运行

 

提示:running as root is  not recommended。。。。。。。。。。。

 

给安装文件运行一下代码

sudo chmod 777 ~/.local/share/jupyter/
cd ~/.local/share/jupyter/
ls
sudo chmod 777 runtime/
cd runtime/

以上是关于Jupyter运行时出现下面的错误:Unexpected error while saving file: arma/Untitled.ipynb [Errno 13] Permission deni的主要内容,如果未能解决你的问题,请参考以下文章

用javaMail发邮件时出现下面的错误是怎么回事? SMTPSendFailedException: 554 DT:SPM 126 smtp7

IDEA 2018创建ssm工程 运行时出现500错误

尝试运行 jupyter notebook 时出现导入错误

为啥在运行 jupyter notebook 时出现错误?

尝试从 Jupyter Notebook 使用 Spark 访问 Google Cloud Bigtable 时出现区域错误

OKHttp java.lang.IllegalArgumentException: Unexpec