##// END OF EJS Templates
Merge pull request #4300 from Carreau/fix-4299...
Matthias Bussonnier -
r12828:89e59140 merge
parent child Browse files
Show More
@@ -62,13 +62,13 b' class Exporter(LoggingConfigurable):'
62 62
63 63 _preprocessors = None
64 64
65 default_preprocessors = List([nbpreprocessors.coalesce_streams,
66 nbpreprocessors.SVG2PDFPreprocessor,
67 nbpreprocessors.ExtractOutputPreprocessor,
68 nbpreprocessors.CSSHTMLHeaderPreprocessor,
69 nbpreprocessors.RevealHelpPreprocessor,
70 nbpreprocessors.LatexPreprocessor,
71 nbpreprocessors.HighlightMagicsPreprocessor],
65 default_preprocessors = List(['IPython.nbconvert.preprocessors.coalesce_streams',
66 'IPython.nbconvert.preprocessors.SVG2PDFPreprocessor',
67 'IPython.nbconvert.preprocessors.ExtractOutputPreprocessor',
68 'IPython.nbconvert.preprocessors.CSSHTMLHeaderPreprocessor',
69 'IPython.nbconvert.preprocessors.RevealHelpPreprocessor',
70 'IPython.nbconvert.preprocessors.LatexPreprocessor',
71 'IPython.nbconvert.preprocessors.HighlightMagicsPreprocessor'],
72 72 config=True,
73 73 help="""List of preprocessors available by default, by name, namespace,
74 74 instance, or type.""")
General Comments 0
You need to be logged in to leave comments. Login now