Standard Windows 10 console (cmd.exe). Python 3.6.2. Test code: ``` import tqdm import time for i in tqdm.trange(10): time.sleep(0.1) ``` Output:  Is this expected? I'm sure it worked correctly in some older version.