##// 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:

r12894:5f5cfcee
r12915:187d64fe merge
Show More
incompat-drop-pycolor.rst
4 lines | 300 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-drop-pycolor.rst
  • The :command:`pycolor` command has been removed. We recommend the much more capable :command:`pygmentize` command from the Pygments project. If you need to keep the exact output of :command:`pycolor`, you can still use python -m IPython.utils.PyColorize foo.py.