Switch to tqdm.auto for progress bar, which is better for Jupyter Notebook compatibility #555
Open
aflaxman wants to merge 3 commits intoihmeuw:mainfrom
Open
Switch to tqdm.auto for progress bar, which is better for Jupyter Notebook compatibility #555aflaxman wants to merge 3 commits intoihmeuw:mainfrom
aflaxman wants to merge 3 commits intoihmeuw:mainfrom
Conversation
…patibility (#1) * Add Jupyter notebook support for progress bars Create a new progressbar utility module that automatically detects Jupyter notebook environments and uses tqdm.notebook when appropriate. This provides a better user experience with HTML-based progress bars in Jupyter notebooks while maintaining terminal-based bars otherwise. Changes: - Add progressbar.py with _is_notebook() detection and progress_bar() helper - Update interface.py and noise.py to use the new utility - Set proper position values for nested bars (0 for outer, 1 for inner)
rmudambi
reviewed
Feb 5, 2026
Collaborator
rmudambi
left a comment
There was a problem hiding this comment.
We're missing a changelog update
CLAUDE.md
Outdated
Collaborator
There was a problem hiding this comment.
I don't think we want to add these markdown files to the repo.
Contributor
There was a problem hiding this comment.
I agree with this - at least until we decide as a team what sort of general-purpose instructions are relevant.
Contributor
@aflaxman Addignt his changelog update is required to actually release this (it won't happen automatically, but it is necessary). |
rmudambi
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title: Add Jupyter notebook support for progress bars
Description
Testing
pytest --runslow)