Skip to content
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

add bar colour option (notebook and std CLI) #1040

Merged
merged 5 commits into from Sep 27, 2020
Merged

add bar colour option (notebook and std CLI) #1040

merged 5 commits into from Sep 27, 2020

Conversation

casperdcl
Copy link
Sponsor Member

@casperdcl casperdcl commented Sep 27, 2020

from tqdm.auto import trange

for _ in trange(int(1e7), colour='yellow'):  # or '#ffff00'
    pass

CLI:
image

Notebook:
image

@casperdcl casperdcl added p3-enhancement 🔥 Much new such feature question/docs ‽ Documentation clarification candidate to-fix ⌛ In progress submodule-notebook 📓 Much web such IDE c3-small 🕒 Complexity medium labels Sep 27, 2020
@casperdcl casperdcl added this to the Non-breaking milestone Sep 27, 2020
@casperdcl casperdcl self-assigned this Sep 27, 2020
@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2020

Codecov Report

Merging #1040 into devel will decrease coverage by 0.71%.
The diff coverage is 54.05%.

@@            Coverage Diff             @@
##            devel    #1040      +/-   ##
==========================================
- Coverage   87.23%   86.51%   -0.72%     
==========================================
  Files          22       22              
  Lines        1410     1424      +14     
  Branches      238      243       +5     
==========================================
+ Hits         1230     1232       +2     
- Misses        154      166      +12     
  Partials       26       26              

@casperdcl casperdcl changed the title notebook: add colour add colour (notebook and std CLI) Sep 27, 2020
@casperdcl casperdcl added to-merge ↰ Imminent and removed to-fix ⌛ In progress labels Sep 27, 2020
@casperdcl casperdcl added this to Next Release in Casper Sep 27, 2020
@casperdcl casperdcl changed the title add colour (notebook and std CLI) add bar colour option (notebook and std CLI) Sep 27, 2020
@casperdcl casperdcl mentioned this pull request Sep 27, 2020
@casperdcl casperdcl changed the base branch from master to devel September 27, 2020 19:54
@casperdcl casperdcl marked this pull request as ready for review September 27, 2020 22:15
@casperdcl casperdcl merged commit ea2367e into devel Sep 27, 2020
Casper automation moved this from Next Release to Done Sep 27, 2020
@casperdcl casperdcl deleted the colour branch September 28, 2020 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c3-small 🕒 Complexity medium p3-enhancement 🔥 Much new such feature question/docs ‽ Documentation clarification candidate submodule-notebook 📓 Much web such IDE to-merge ↰ Imminent
Projects
Casper
  
Done
Development

Successfully merging this pull request may close these issues.

Colored Progress Bars
2 participants