無法轉為PDF
手動下載工具
https://github.com/jgm/pandoc/releases/tag/3.6.3
似乎跟我想的不大一樣,還有新的報錯
https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex
不知道下的啥玩意兒
sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-plain-generic
ok,干就完事了
。。服了哥們,又來報錯
破案了,路徑不能有中文,google的一堆可能問題都不一樣,還得是csdn,感謝下面這位哥們
https://blog.csdn.net/qq120633269/article/details/102554407
不太對,好像我這邊不僅僅是中文路徑問題,還有其他的問題,
如果實在有這個需求的話,可以先轉html再轉PDF
https://html2pdf.com/
這個轉換的質量會好一點
https://www.freeconvert.com/html-to-pdf/download
無法轉為HTML
這個我自己的機子沒有遇到問題,學校機子的解決方案如下
python -m pip install -I jinja2==3.0.3
即,安裝指定版本的jinja2,在此之前我根據網上的一些教程更新到最新版本3.1.6也不管用。