3 lines
227 B
Bash
3 lines
227 B
Bash
pandoc -t pdf --ipynb-output=all --lua-filter=ansi2html.lua -s --katex Example1.ipynb --pdf-engine=xelatex > Example1.pdf
|
|
pandoc -t html --ipynb-output=all --lua-filter=ansi2html.lua -s --katex Example1.ipynb > Example1.html
|