Is it somehow possible to have certain output appear in a different color in the IPython Notebook? For example, something along the lines of:
print(\"Hello
Similar to what @alvas mentioned but simpler
from IPython.display import Markdown display (Markdown('this is in red color.'))