##// END OF EJS Templates
Merge pull request #8592 from nitind/3.x...
Thomas Kluyver -
r21508:d91e80cd merge
parent child Browse files
Show More
@@ -66,8 +66,8 b' class Exporter(LoggingConfigurable):'
66 _preprocessors = List()
66 _preprocessors = List()
67
67
68 default_preprocessors = List([
68 default_preprocessors = List([
69 'IPython.nbconvert.preprocessors.ExecutePreprocessor',
70 'IPython.nbconvert.preprocessors.ClearOutputPreprocessor',
69 'IPython.nbconvert.preprocessors.ClearOutputPreprocessor',
70 'IPython.nbconvert.preprocessors.ExecutePreprocessor',
71 'IPython.nbconvert.preprocessors.coalesce_streams',
71 'IPython.nbconvert.preprocessors.coalesce_streams',
72 'IPython.nbconvert.preprocessors.SVG2PDFPreprocessor',
72 'IPython.nbconvert.preprocessors.SVG2PDFPreprocessor',
73 'IPython.nbconvert.preprocessors.CSSHTMLHeaderPreprocessor',
73 'IPython.nbconvert.preprocessors.CSSHTMLHeaderPreprocessor',
General Comments 0
You need to be logged in to leave comments. Login now