Open bqth29 opened 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
a9ab8bb
) to head (a52f85a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
💬 Pull Request Description
Though the progressbars display was optimized for terminals, they appeared oddly in Jupyter notebooks with the same progressbar being displayed again and again each time it was updated.
Using
from tqdm.auto import tqdm
instead offrom tqdm import tqdm
fixed this and the display in notebooks is better visually.✔️ Check list
🚀 New features
None.
🐞 Bug fixes
Bad progressbars display in Jupyter notebooks.
📣 Supplementary information
None.