diff --git a/nbconvert/exporters/pdf.py b/nbconvert/exporters/pdf.py index 300133428..4f6708d1d 100644 --- a/nbconvert/exporters/pdf.py +++ b/nbconvert/exporters/pdf.py @@ -64,6 +64,8 @@ class PDFExporter(LatexExporter): texinputs = Unicode(help="texinputs dir. A notebook's directory is added") writer = Instance("nbconvert.writers.FilesWriter", args=(), kw={'build_directory': '.'}) + + output_mimetype = "application/pdf" _captured_output = List()