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

无意间看到权限问题,就普通用户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/ 可以了,终于搞定了。

相关文章:

  • 2022-12-23
  • 2021-07-20
  • 2021-12-21
  • 2022-12-23
  • 2021-06-28
  • 2021-10-06
  • 2021-07-10
猜你喜欢
  • 2021-09-01
  • 2021-12-04
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2021-11-28
相关资源
相似解决方案