美文网首页
jupyter 出现 ValueError: No templa

jupyter 出现 ValueError: No templa

作者: Xmaxdev | 来源:发表于2023-09-13 10:38 被阅读0次

运行

os.system(f'jupyter nbconvert --to script {ipynb_path}/*.ipynb')

报错

ValueError: No template sub-directory with name 'script' found in the following paths:
        /Users/xxx/Library/Jupyter
        /Users/xxx/Library/Python/3.9/share/jupyter
        /opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/share/jupyter
        /usr/local/share/jupyter
        /usr/share/jupyter

安装

nbconvert== 7.8.0
pandoc==2.3
pyppeteer==1.0.2

相关文章

网友评论

      本文标题:jupyter 出现 ValueError: No templa

      本文链接:https://www.haomeiwen.com/subject/hlqpvdtx.html