Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (0.13.2).
Utility for calling pandoc
Bases: IPython.nbconvert.utils.exceptions.ConversionException
Exception raised when Pandoc is missing.
Convert an input string in format from to format to via pandoc.
This function will raise an error if pandoc is not installed. Any error messages generated by pandoc are printed to stderr.
Parameters : | source : string
fmt : string
to : string
|
---|---|
Returns : | out : unicode
|