Skip to content

Python binding prints progress on multiple lines instead of updating in place #145

Description

@soot-bit

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions