##// END OF EJS Templates
Merge pull request #4504 from takluyver/inputtransformer-syntaxerror...
Merge pull request #4504 from takluyver/inputtransformer-syntaxerror Allow input transformers to raise SyntaxError, if they consider a line of input code invalid. The main motivating use case for this was Sage, this is a continuation of @vbraun's gh-4089. For background, see http://python.6.x6.nabble.com/Raising-a-SyntaxError-in-InputTransformer-td5027773.html. Also, took advantage of the opportunity to refactor and simplify `run_cell` a bit.

File last commit:

r14774:3bf72cde
r14990:07072a49 merge
Show More
inline-jpg.rst
3 lines | 271 B | text/x-rst | RstLexer
Daniel B. Vasquez
A somewhat better whatsnew
r14774 * The InlineBackend.figure_format flag now supports JPEG output if PIL/Pillow is available.
* The new ``InlineBackend.quality`` flag is a Integer in the range [10, 100] which controls
the quality of figures where higher values give nicer images (currently JPEG only).