【发布时间】:2020-10-18 14:06:47
【问题描述】:
我正在使用命令%config InlineBackend.figure_format = 'svg' 来获得高质量的图像。然后我Export Notebook to PDF 遇到错误
-
我安装了 Inscape 并按照建议 here 在文件
jupyter_notebook_config.py中添加了行c.SVG2PDFPreprocessor.inkscape = 'C:\\Program Files\\Inkscape\\bin\\inkscape.exe'。 -
我按照here 的建议安装了
nbconvert 6.0.0。
遗憾的是,它们都不起作用。能否请您详细说明如何解决此问题?
我用
-
Windows 10 专业版 2004 内部版本 19041.572。
-
Anaconda3-2020.07
-
Inkscape 1.0.1.
【问题讨论】:
标签: python-3.x pdf svg jupyter-notebook jupyter-lab