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
|