【问题标题】:Jupyter notebook download as error nbconvert failed: no filter named 'escape_html_keep_quotes'Jupyter 笔记本下载错误 nbconvert failed: no filter named \'escape_html_keep_quotes\'
【发布时间】:2022-09-30 00:50:13
【问题描述】:

试图让我在 Jupyter Notebook 中的下载功能正常工作。

我之前安装了一些模板,试图处理下载到 PDF 后文本被截断的问题,但它似乎搞砸了设置。

我尝试卸载 miktex、pandoc 和我尝试使用的模板。每当我选择下载时,仍然会遇到此错误:

nbconvert 失败:没有名为 \'escape_html_keep_quotes\' 的过滤器

不知道可能是什么问题,甚至不知道从哪里开始解决这个问题。一些建议或解决方案会很棒!

    标签: python jupyter-notebook latex jupyter miktex


    【解决方案1】:

    我有同样的问题。下面的语句解决了这个问题。

    pip install -U nbconvert==5.6.1 --user

    您可能需要在安装后重新启动内核。

    【讨论】:

      猜你喜欢
      • 2021-12-05
      • 1970-01-01
      • 2023-02-01
      • 1970-01-01
      • 2021-12-06
      • 2022-10-13
      • 2021-02-01
      • 1970-01-01
      相关资源
      最近更新 更多