##// END OF EJS Templates
Merge pull request #4347 from takluyver/drop-pycolor...
Merge pull request #4347 from takluyver/drop-pycolor Remove pycolor script We install a script to syntax highlight Python code in the terminal. This is quite obsolete, though, since the pygmentize command from Pygments offers the same functionality in a much more flexible way (more languages, more styles, other output formats). This removes the wrapper script, but all the functionality is still there if you use python -m IPython.utils.PyColorize.

File last commit:

r12894:5f5cfcee
r12898:447e6470 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.