I worked with iPython laptops for a while, and I really appreciated how the error output (if I made a writing / syntax error) was in color as follows:

However, when I run the code from the terminal (because ipython still cannot do it), I do not get any color, for example:

Of course, this may depend on the terminal / operating system, but I was curious if there is any simple package / plugin to make python error output in terminal color? or even what to look for (I am running zsh on ubuntu).
source
share