Skip to content

Conversation

casperdcl
Copy link
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 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
@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
None yet
Development

Successfully merging this pull request may close these issues.

Colored Progress Bars
2 participants