##// END OF EJS Templates
Fix missing comma
Thomas Kluyver -
Show More
@@ -73,7 +73,7 b' class Exporter(LoggingConfigurable):'
73 73 'IPython.nbconvert.preprocessors.CSSHTMLHeaderPreprocessor',
74 74 'IPython.nbconvert.preprocessors.RevealHelpPreprocessor',
75 75 'IPython.nbconvert.preprocessors.LatexPreprocessor',
76 'IPython.nbconvert.preprocessors.HighlightMagicsPreprocessor'
76 'IPython.nbconvert.preprocessors.HighlightMagicsPreprocessor',
77 77 'IPython.nbconvert.preprocessors.ExtractOutputPreprocessor',
78 78 ],
79 79 config=True,
General Comments 0
You need to be logged in to leave comments. Login now