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