##// END OF EJS Templates
Merge pull request #4094 from takluyver/backport-pull-target...
Merge pull request #4094 from takluyver/backport-pull-target Update target branch before backporting PR

File last commit:

r12247:357b6fb2 merge
r12279:c6be5693 merge
Show More
development.rst
19 lines | 611 B | text/x-rst | RstLexer

Development version

This document describes in-flight development work.

  • %%capture cell magic now captures the rich display output, not just stdout/stderr

Backwards incompatible changes

  • Python 2.6 and 3.2 are no longer supported: the minimum required Python versions are now 2.7 and 3.3.
  • The Transformer classes have been renamed to Preprocessor in nbconvert and their call methods for them have been renamed to preprocess.
  • The call methods of nbconvert post-processsors have been renamed to postprocess.