【发布时间】:2018-10-11 19:21:40
【问题描述】:
尝试使用以下命令将 jupyter notebook 转换为 pdf 时:
jupyter nbconvert --to pdf "Search and Other Content Finding Features.ipynb"
我收到一条错误消息:
! Missing $ inserted.
<inserted text>
$
l.380 ... Other Content Finding Features_10_0.png}
?
! Emergency stop.
<inserted text>
$
l.380 ... Other Content Finding Features_10_0.png}
我发现了一些关于here 的讨论。
但是,我在我的代码中找不到这些字符。会不会有别的原因?
【问题讨论】:
标签: latex jupyter-notebook nbconvert