我尽量不对VSCode和它创建的分散的子文件夹感到太沮丧,但我对这一点感到非常不安:
在VSCode中从Jupyter笔记本导出的说明很简单--点击“Export As”,然后选择“Python script”。“导出失败。有关详细信息,请查看”Python“输出面板。”
输出面板包括:
raise ValueError('No template sub-directory with name %r found in the following paths:\n\t%s' % (base_template, paths))
ValueError: No template sub-directory with name 'python' found in the following paths:
C:\Users\dures\AppData\Roaming\jupyter
c:\program files (x86)\python\share\jupyter
C:\ProgramData\jupyter
我已经创建了相关的子目录,但我不知道如何创建“模板子目录”。
更一般地说,有没有更好的方法来确保我想在VSCode中使用的所有东西都在同一个位置和路径上?
3条答案
按热度按时间pgvzfuti1#
检查并确认您使用的是Python 3.7及以上版本。请参见下图至
您可能正在运行Python 3或不受支持的更低版本。
ibrsph3r2#
请安装这些库,然后重试:
nue99wik3#
请按照以下网址的说明操作:https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex
在Windows上尝试:
然后在以下位置安装LateX项目:https://www.latex-project.org/get/
对于Linux,我这样做,它的工作:
重新启动vscode并重试