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的主要内容,如果未能解决你的问题,请参考以下文章