nixos/home/jupyter-config/jupyter_nbconvert_config.py

4 lines
133 B
Python

c.SlidesExporter.exclude_input = True
c.SlidesExporter.reveal_scroll = True
c.PDFExporter.latex_command = ["pdflatex", "{filename}"]