Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
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
|