解决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/ 可以了,终于搞定了。

人就像是被蒙着眼推磨的驴子,生活就像一条鞭子;当鞭子抽到你背上时,你就只能一直往前走,虽然连你也不知道要走到什么时候为止,便一直这么坚持着。
原文地址:https://www.cnblogs.com/guochaoxxl/p/14342421.html