Printing in different colors in notebook
That's it. Instead of
print "Hello world"
and getting the output in the standard blue (in the notebook), I want to have a different color sometime. Is this possible? Much love.
The answer to http://ask.sagemath.org/question/2060/can-i-show-equations-in-black-rather-than-blue seems to work here as well.
Don't forget you can also use `%html` in the notebook for full styling, or maybe the `html()` command will be useful as well...
@john I'm mostly talking about that I want one line to print in red and the next to print in green and all that. I want that kind of control. It looks like the answer in that question tells you how to change the color for one cell, not for one line of printing.
@kcrisman Okay, thanks I will try that out.