热线电话:13121318867

登录
2020-03-05 阅读量: 3250
jupyter notebook导出pdf提示错误

notebook在导出为为PDF时报错:

nbconvert failed: xelatex not found on PATH, if you have not installed xelatex you may need to do so. Find further instructions at https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex.

解决办法:

这是因为没有安装xelatex,可以根据https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex
来安装,windows下安装MikTex;(如果程序没有自动配置环境变量)需要手动配置环境变量,把安装路径配置到系统path中。如:D:\mikTEX\miktex\bin\x64

安装好后要重新打开jupyter notebook,就可以将notebook文件导出为pdf了。

1.9108
1
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子