ubutun 中notebook出现 Permission denied: Untitled.ipynb

Posted zxj9487

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubutun 中notebook出现 Permission denied: Untitled.ipynb相关的知识,希望对你有一定的参考价值。

1. 出现这样的问题,执行如下命令即可:

1 sudo chmod 777 ~/.local/share/jupyter/
2 cd ~/.local/share/jupyter/
3 ls
4 sudo chmod 777 runtime/
5 cd runtime/
6 ls

 

以上是关于ubutun 中notebook出现 Permission denied: Untitled.ipynb的主要内容,如果未能解决你的问题,请参考以下文章

Centos和Ubutun系统内核升级操作

尝试使用 matplotlib 内联绘图时,为啥在 jupyter notebook 中出现 NonGuiException?

Torch 在 VSCode 中成功运行,但在 Jupyter Notebook 中出现错误

ubutun终端设置代理记录

Python notebook 中的 !curl 命令失败,出现 500 内部错误

安装PyTorch后jupyter notebook中仍出现“No module named torch“