"\r" acts as "\n" in notebook's output · Issue #1104 · jupyterlab/jupyterlab

Seems like no matter what kernel I use, if I enter 'print("a\rb")' I see 'a' and 'b' as separate lines in the cell's output. It's annoying as many packages use '\r' for textual progressbars (Keras ...