nbconvert: Nbconvert failed index.tex.j2
I followed the instructions in this documentation: https://nbconvert.readthedocs.io/_/downloads/en/5.2.1/pdf/. But when I use jupyter nbconvert --to pdf Mynotebook.ipynb
I get the error
About this issue
- Original URL
- State: open
- Created 4 years ago
- Reactions: 11
- Comments: 20 (1 by maintainers)
I found the templates eventually in my ‘‘C:/users/…/AppData/Roaming/Python/share/jupyter/nbconvert’’. The nbconvert log never specified this path in its degub.
Copy pasting the templates in ‘‘C:/users/…/AppData/Roaming/jupyter/nbconvert’’ solved the issue for me.
I don’t understand why the Roaming/Python/jupyter folder is not found when I launch nbconvert, and vice versa why this Roaming/jupyter folder exists.
I tried this approach to download pdf via latex but I’m getting the error below:
has anyone had the same issue? I think it’s relate to latex itself. Since I could download the zip and run it and compile it on overleaf.