You can use color markers when using print in Jupyter notebook to colorize the output. The known list of colors are the following
red = '\033[91m' green = '\033[92m' yellow = '\033[93m' blue = '\033[94m' pink = '\033[95m' teal = '\033[96m' grey = '\033[97m'
To use them, you should add them at the beginning of a string as follows: