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 tried using the Python bindings for the progress indicator, but it doesn't behave as expected. Instead of updating the progress on a single line, it prints on multiple lines, which clutters the output.
I'm running this in a standard terminal (not a notebook), and I expected a single-line progress bar (similar to how tqdm works). It seems like carriage returns (\r) or output flushing might not be handled correctly in the Python binding.
Would it be possible to fix this or provide guidance on how to get a clean, single-line progress display?
Thanks again for your work!
The text was updated successfully, but these errors were encountered:
Body:
Hi, thank you for the great library!
I tried using the Python bindings for the progress indicator, but it doesn't behave as expected. Instead of updating the progress on a single line, it prints on multiple lines, which clutters the output.
I'm running this in a standard terminal (not a notebook), and I expected a single-line progress bar (similar to how tqdm works). It seems like carriage returns (\r) or output flushing might not be handled correctly in the Python binding.
Would it be possible to fix this or provide guidance on how to get a clean, single-line progress display?
Thanks again for your work!
The text was updated successfully, but these errors were encountered: