##// END OF EJS Templates
Update example_nb_tour.ipynb to add notes cells.
Update example_nb_tour.ipynb to add notes cells.

File last commit:

r8925:ce4fadfe
r8931:19f345c9
Show More
__init__.py
7 lines | 289 B | text/x-python | PythonLexer
Matthias BUSSONNIER
Merge pull request 56 from dwf/nbconvert...
r8766 from .html import ConverterHTML
from .markdown import ConverterMarkdown
from .bloggerhtml import ConverterBloggerHTML
from .rst import ConverterRST
from .latex import ConverterLaTeX
from .python import ConverterPy
from .notebook import ConverterNotebook
damianavila
Added test_reveal in test_references and fixed test_simple.
r8925 from .reveal import ConverterReveal