Open keturn opened 4 years ago
It doesn't currently, of course, because it knows it is not attached to a TTY.
It's a hard thing to figure out, because you're running in some ipython kernel far away from the renderer.
tqdm is trying to figure it out. It's still labeled "experimental": https://github.com/tqdm/tqdm/blob/master/tqdm/autonotebook.py
Jupyter Notebook's web interface supports truecolor escape codes in stdout!
As does the Qt Console, it looks like.
It'd be nice for colorful to default to using color when in a Notebook!