Note
This documentation is for a development version of IPython. There may be significant differences from the latest stable release (1.2.1).
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.
Parameters: | source : string
fmt : string
to : string
|
---|---|
Returns: | out : unicode
|
Raises: | PandocMissing
Any error messages generated by pandoc are printed to stderr. |
Gets the Pandoc version if Pandoc is installed.
If the minimal version is not met, it will probe Pandoc for its version, cache it and return that value. If the minimal version is met, it will return the cached version and stop probing Pandoc (unless clean_cache() is called).
Raises: | PandocMissing
|
---|
Returns True if minimal pandoc version is met.
Raises: | PandocMissing
|
---|