Closed sjmikler closed 8 months ago
Tqdm has their tqdm.write() that allows you to print stuff without breaking progress bars.
tqdm.write()
We could use a similar solution to allow user to print without breaking the table and progress bars.
This feature is being added in version 1.2.
Use
table.write(...)
to handle printing gracefully while progressing in a table. Table will be closed and reopened afterwise.
Tqdm has their
tqdm.write()
that allows you to print stuff without breaking progress bars.We could use a similar solution to allow user to print without breaking the table and progress bars.