When I run tqdm on colab, I get the expected progress bar output. But when I run it on my laptop, I get an output showing a description of the progress, bar but not the actual progress bar
What is going on, any advice on how to fix it? I simply installed tqdm
with poetry add tqdm
in a fresh poetry project. I am using a Mac.