##// END OF EJS Templates
Merge pull request #4348 from jakobgager/openpdf...
Merge pull request #4348 from jakobgager/openpdf Call PDF viewer after latex compiling (nbconvert) Add a configurable to open the pdf after compiling. Uses the default application. closes #4291

File last commit:

r12604:05719845
r12915:187d64fe merge
Show More
incompat-drop-alias.rst
3 lines | 248 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-drop-alias.rst
Thomas Kluyver
Add What's new entry for changes to alias system
r12604 - The alias system has been reimplemented to use magic functions. There should be little
visible difference while automagics are enabled, as they are by default, but parts of the
:class:`~IPython.core.alias.AliasManager` API have been removed.