Jul-07-2020, 09:58 PM
I have installed Pandoc and ensured it is enabled in the environments and In get the following in the prompt
jupyter nbconvert --to latex --template temp.tplx notebook_name.ipynb
[NbConvertApp] Converting notebook notebook_name.ipynb to latex
[NbConvertApp] Support files will be in notebook_name_files\
[NbConvertApp] Making directory notebook_name_files
[NbConvertApp] Writing 26859 bytes to notebook_name.tex
while it looks like its converting there has not been any .tex file produced.
jupyter nbconvert --to latex --template temp.tplx notebook_name.ipynb
[NbConvertApp] Converting notebook notebook_name.ipynb to latex
[NbConvertApp] Support files will be in notebook_name_files\
[NbConvertApp] Making directory notebook_name_files
[NbConvertApp] Writing 26859 bytes to notebook_name.tex
while it looks like its converting there has not been any .tex file produced.