-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
customize tqdm progress bar in Skater #332
Comments
not sure if there's a way to control the width, specifically, but i havent really looked. Moving the import from auto will give you the fancy progress bar in a jupyter notebook (with ipywidgets) but fallback to the block style if you're in a terminal also, do we have a test case for when tqdm is not installed? Pretty sure this line will fail cause noop isnt defined and should be pass instead? |
ah, nvm. read too quickly |
Recently I added coverage for those lines (see codecov here). I added the |
nice. yeah i realized shortly it was input to the passthrough function defined just above... i was looking for it to be defined somewhere in the outer function. oops 😛 |
... I've never done that before... 🙊 😹 |
The
tqdm
progress bar in Skater could use some customization to make it less wide. Probably simply changing totqdm.auto
, as inmomepy.graph.py
, would do the trick.The text was updated successfully, but these errors were encountered: