Show More
@@ -140,7 +140,6 b' class NbConvertApp(BaseIPythonApplication):' | |||
|
140 | 140 | help="""Writer class used to write the |
|
141 | 141 | results of the conversion""") |
|
142 | 142 | writer_aliases = {'FilesWriter': 'IPython.nbconvert.writers.files.FilesWriter', |
|
143 | 'PDFWriter': 'IPython.nbconvert.writers.pdf.PDFWriter', | |
|
144 | 143 | 'DebugWriter': 'IPython.nbconvert.writers.debug.DebugWriter', |
|
145 | 144 | 'StdoutWriter': 'IPython.nbconvert.writers.stdout.StdoutWriter'} |
|
146 | 145 | writer_factory = Type() |
General Comments 0
You need to be logged in to leave comments.
Login now