##// END OF EJS Templates
only strip continuation prompts if regular prompts seen first...
only strip continuation prompts if regular prompts seen first should be discussed before merge (ping @takluyver), as it is a significant and sensitive change. I'm also not sure that it's the right fix, but worth a try. closes #4059

File last commit:

r11747:f7935438
r12231:250c2bd9
Show More
__init__.py
7 lines | 171 B | text/x-python | PythonLexer
Brian E. Granger
Fixing import logic.
r11088 """Utilities for converting notebooks to and from different formats."""
from .exporters import *
Brian E. Granger
Fixing import for nbconvert.
r11089 import filters
import transformers
Jonathan Frederic
Moved PDF logic into Post-Processor class
r11747 import post_processors
Jonathan Frederic
Added writers and supporting code.
r11367 import writers