admin管理员组

文章数量:1624331

jupyter notebook 出现unexcepted error while saving file…… display_priority.j2 导致无法保存

  • 点击保存时弹出上述错误,此时返回anaconda prompt,

  • 可以看到提示错误原因:jinja2.exceptions.TemplateNotFound: display_priority.j2;
    以及错误地址:……templates\compatibility\display_priority.tpl

  • 打开这个文件:可以看到两句话:

  • 上面的话就告诉我们,应该用base/display_priority.j2。在下面那句话加上base/ 保存这个文件。jupyternotebook就可以保存了。

引用:https://blog.csdn/weixin_44424296/article/details/114446561

本文标签: UnexceptedErrorjupyternotebookdisplaypriority