Closed Cologler closed 6 years ago
Seems lose the colors:
Try from prettyprinter import cpprint; cpprint('should be colored') (note the c character in front of pprint, short for colored). That should make it work.
from prettyprinter import cpprint; cpprint('should be colored')
c
pprint
colored
😂 resolved.
Seems lose the colors: