Jupyterlab: "\r" acts as "\n" in notebook's output

Created on 17 Oct 2016  路  1Comment  路  Source: 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 for example) which leads to a lot of output..

notebook resolved-locked Feature Parity Enhancement

Most helpful comment

Hi @zachmoshe, thank you for the report. It looks like we need to bring forward the output cleanup functionality of the classic notebook.

>All comments

Hi @zachmoshe, thank you for the report. It looks like we need to bring forward the output cleanup functionality of the classic notebook.

Was this page helpful?
0 / 5 - 0 ratings