Show More
@@ -68,7 +68,6 b' class Exporter(LoggingConfigurable):' | |||
|
68 | 68 | nbpreprocessors.CSSHTMLHeaderPreprocessor, |
|
69 | 69 | nbpreprocessors.RevealHelpPreprocessor, |
|
70 | 70 | nbpreprocessors.LatexPreprocessor, |
|
71 | nbpreprocessors.SphinxPreprocessor, | |
|
72 | 71 | nbpreprocessors.HighlightMagicsPreprocessor], |
|
73 | 72 | config=True, |
|
74 | 73 | help="""List of preprocessors available by default, by name, namespace, |
@@ -5,7 +5,6 b' from .svg2pdf import SVG2PDFPreprocessor' | |||
|
5 | 5 | from .extractoutput import ExtractOutputPreprocessor |
|
6 | 6 | from .revealhelp import RevealHelpPreprocessor |
|
7 | 7 | from .latex import LatexPreprocessor |
|
8 | from .sphinx import SphinxPreprocessor | |
|
9 | 8 | from .csshtmlheader import CSSHTMLHeaderPreprocessor |
|
10 | 9 | from .highlightmagics import HighlightMagicsPreprocessor |
|
11 | 10 |
General Comments 0
You need to be logged in to leave comments.
Login now