0%

【Jupyter】启动时有报错信息

说明

在升级jupyter到版本6.x以上时,在启动的时候会报很多行以下错误

1
Config option `template_path` not recognized by `LenvsLatexExporter`. Did you mean one of: `template_file, template_name, template_paths`?

解决方案

使用VS Code依次打开python安装目录下的/lib/site-packages/ ('jupyter_contrib_nbextensions', 'jupyter_latex_envs' 及'latex_envs')子目录。

通过'Edit/Replace in Files'来查找'template_path'并替换为'template_paths'。

注意有的内容已经是template_paths,不需要修改。

参考

1/ [jupyter代码自动补全插件、安装后出现警告“Config option template_path not recognized by LenvsLatexExporter”的解决方案](jupyter代码自动补全插件、安装后出现警告"Config option not recognized by "的解决方案_Sun's Blog-CSDN博客)

2/ Config option template_path not recognized by LenvsLatexExporter. Did you mean one of: template_file, template_name, template_paths? · Issue #1529 · ipython-contrib/jupyter_contrib_nbextensions (github.com))