AlexPublicProfile

Results 3 comments of AlexPublicProfile

tqdm home: https://github.com/tqdm/tqdm MWE: ```python from tqdm import tqdm for i in tqdm(range(1000000)): pass ``` This works correctly in any normal console. But with Helium we get: ``` (stderr): 0%|...

But you can consider a simpler example. This code: ```python print('1\r2') ``` should print `2` rather than `12`

There is nothing interesting there: ```json { "complete": false, "output_code": true, "jupyter_path": "C:/SDK/Python/share/jupyter" } ```