6 lines
95 B
Batchfile
6 lines
95 B
Batchfile
|
cp %1 chapter.ipynb
|
||
|
ipython nbconvert --to latex chapter.ipynb
|
||
|
ipython to_pdf.py chapter.tex
|
||
|
|
||
|
|