Jupyter Debug -- nbconvert failed: Pandoc wasn’t found.
转自:解决Pandoc wasn't found.pdflatex not found on PATH
个人学习用,侵权删
问题概述
使用 Jupyter 导出为 PDF 功能出错,报错信息如下:
500 : Internal Server Error
The error was:
nbconvert failed: Pandoc wasn't found.
Please check that pandoc is installed:
http://pandoc.org/installing.html
问题初解决
进入该网址http://pandoc.org/installing.html
下载 pandoc 并添加进 Windows 的环境变量 PATH 中,问题依然存在
问题解决
进入 MiKTeX 官网https://miktex.org/download
下载,默认安装后,再次点击Download as -> PDF via LaTeX(.pdf)
后,应用会自动提示安装各种宏包,去掉左下角多选框Always show
的勾选让它自行下载即可