diff --git a/IPython/nbconvert/exporters/__init__.py b/IPython/nbconvert/exporters/__init__.py index 004bb32..8383a2f 100755 --- a/IPython/nbconvert/exporters/__init__.py +++ b/IPython/nbconvert/exporters/__init__.py @@ -2,6 +2,7 @@ from .basichtml import BasicHTMLExporter from .export import * from .exporter import Exporter from .fullhtml import FullHTMLExporter +from .reveal import RevealExporter from .latex import LatexExporter from .markdown import MarkdownExporter from .python import PythonExporter