You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing a full screen app that takes input from multiple files which are being written to by remote processes. These processes use tqdm to display progress bars (their output is redirected to the files). If I read the files using standard python and use the print function, the bars display fine. Now I want to display all the files at the same time so I'm using this library to make a split screen full screen app. The problem is the display looks like this:
with each update printed on a new line preceded by ^M
is there a way to display this properly?
The text was updated successfully, but these errors were encountered:
I'm writing a full screen app that takes input from multiple files which are being written to by remote processes. These processes use tqdm to display progress bars (their output is redirected to the files). If I read the files using standard python and use the print function, the bars display fine. Now I want to display all the files at the same time so I'm using this library to make a split screen full screen app. The problem is the display looks like this:
with each update printed on a new line preceded by
^M
is there a way to display this properly?
The text was updated successfully, but these errors were encountered: