码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-09-22 11:43:36      阅读:1615      评论:0      收藏:0      [点我收藏+]

标签:running   errno   local   ted   erro   python3   没有   代码   cte   

装好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 denied:

标签:running   errno   local   ted   erro   python3   没有   代码   cte   

原文地址:http://www.cnblogs.com/KK150713/p/7573379.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!