Reputation: 47
I am trying to pdf my Jupyter notebook however I keep getting this error:
[error] If you have not installed xelatex (TeX), you will need to do so before you can export to PDF. For further instructions, please see https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex.
I have installed TeX Live from the following link: https://www.tug.org/texlive/
The location of the pdflatex.exe file is in C:\texlive\2024\bin\windows which has been added to the path, as shown below.
Does anyone have any idea of what the problem might be?
I would also like to know how to pdf without showing any of the cells, I would just like to pdf the output.
Upvotes: 0
Views: 69