我正在使用Anaconda提示符将jupyter笔记本转换为pdf
jupyter nbconvert my-jupyter-nb.ipynb --to pdf
提示符提示创建了一个notebook.tex文件。我该如何访问?
谢谢!
答案 0 :(得分:0)
notebook.tex
被创建为中间/临时文件。如果还需要LaTeX输出,则在单独的命令中使用--to latex
。
jupyter nbconvert my-jupyter-nb.ipynb --to latex