解决jupyter的能打开python文件无法新建的问题

  为了用python玩下dsp,也是操碎了心。结果,一直都有

500 : Internal Server Error 错误

无意间看到权限问题,就普通用户cd /usr/share/jupyter/nbconvert/templates/html/  终于意识到时权限文件

后来的解决方法:

  可能用root用户安装时,出了什么差错吧,切换成超级用户:

  cd /usr/share/jupyter/

  chomd 755  nbconvert

  cd nbconvert

  chmod 755  templates

  cd templates

  chmod 755 html

  cd html

用普通用户,cd /usr/share/jupyter/nbconvert/templates/html/ 可以了,终于搞定了。

posted @ 2021-01-28 22:41  叕叒双又  阅读(558)  评论(0编辑  收藏  举报