This code works in the Anaconda Prompt but in the jupyter notebook it prints normal text.
from colorama import init, Fore, Back, Style
init(convert=True)
print (Fore.RED + "My Text is Red")
This code works in the Anaconda Prompt but in the jupyter notebook it prints normal text.
from colorama import init, Fore, Back, Style
init(convert=True)
print (Fore.RED + "My Text is Red")