Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module containing single call export functions.
Export a notebook object using specific exporter class.
nb : Notebook node config : config (optional, keyword arg)
User configuration instance.
| Returns: | tuple- output, resources, exporter_instance : output : str 
 resources : dictionary 
 exporter_instance : Exporter 
 WARNING: API WILL CHANGE IN FUTURE RELEASES OF NBCONVERT :  | 
|---|
Export a notebook object to a template type by its name. Reflection (Inspect) is used to find the template’s corresponding explicit export method defined in this module. That method is then called directly.
nb : Notebook node config : config (optional, keyword arg)
User configuration instance.
| Returns: | tuple- output, resources, exporter_instance : output : str 
 resources : dictionary 
 exporter_instance : Exporter 
 WARNING: API WILL CHANGE IN FUTURE RELEASES OF NBCONVERT :  | 
|---|
Return a list of the currently supported export targets
WARNING: API WILL CHANGE IN FUTURE RELEASES OF NBCONVERT