【发布时间】:2014-05-12 23:02:09
【问题描述】:
我正在尝试从文件菜单将我的笔记本转换为 html(2.0 中添加了不错的功能),但是当我这样做时,我得到一个 500 : Internal Server Error 屏幕,其中包含以下文本:
nbconvert failed: Pandoc wasn't found.
Please check that pandoc is installed:
http://johnmacfarlane.net/pandoc/installing.html
我已经使用 Windows 安装程序从链接中安装了 Pandoc,但一直收到相同的错误。对于如何解决这个问题,有任何的建议吗?我需要将刚刚下载的 Pandoc 文件夹或 pandoc.exe 放在哪里才能完成这项工作?
【问题讨论】:
-
您可能需要将 pandoc 添加到 windows 搜索路径。参见例如stackoverflow.com/questions/3701646/…