如何向 Jupyter nbconvert 提供 TemplateExporter 配置选项?

How do you provide TemplateExporter config options to Jupyter nbconvert?

我想通过提供额外的 TemplateExporter 配置选项来自定义 nbconvert 的输出,例如在将 .ipynb 转换为 .py 时提供 exclude_markdown。但是,none 我提供的配置在 Jupyter 4.1.0 上得到了识别。

我错过了什么?

你更新 nbconvert 了吗?检查jupyter nbconvert --version;此选项相对较新(提交日期为 2017 年火星)。

Jupyter 的版本无关紧要,它只是一个元数据包,4.1.0 可能 Jupyter Core 的版本,如Jupyter latest is still 1.0.0.