Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: nbconvert.writers.debug
¶
Contains debug writer.
1 Class¶
-
class
IPython.nbconvert.writers.debug.
DebugWriter
(config=None, **kw)¶ Bases:
IPython.nbconvert.writers.base.WriterBase
Consumes output from nbconvert export...() methods and writes usefull debugging information to the stdout. The information includes a list of resources that were extracted from the notebook(s) during export.
-
write
(output, resources, notebook_name='notebook', **kw)¶ Consume and write Jinja output.
See base for more...
-