Convert ipynb to pdf in Jupyter

后端 未结 9 1252
臣服心动
臣服心动 2021-01-31 08:23

I am new to ipython notebook, and I would like to convert my ipynb to pdf. But I get the following error when I try to Download as PDF via LaTex.

nbconvert faile         


        
9条回答
  •  余生分开走
    2021-01-31 09:04

    For Linux, the reported error is due to the lack of XeLatex, part of the texlive-xetex package.

    Installation in ubuntu will be: sudo apt install texlive-xetex

提交回复
热议问题