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

Fix all tqdm.write() issues #737

Open
8 tasks
casperdcl opened this issue May 9, 2019 · 2 comments
Open
8 tasks

Fix all tqdm.write() issues #737

casperdcl opened this issue May 9, 2019 · 2 comments
Assignees
Labels
help wanted 🙏 We need you (discussion or implementation) need-feedback 📢 We need your response (question) p2-bug-warning ⚠ Visual output bad p3-enhancement 🔥 Much new such feature question/docs ‽ Documentation clarification candidate submodule ⊂ Periphery/subclasses submodule-notebook 📓 Much web such IDE synchronisation ⇶ Multi-thread/processing to-fix ⌛ In progress
Milestone

Comments

@casperdcl
Copy link
Sponsor Member

casperdcl commented May 9, 2019

  1. rename tqdm.write to tqdm.print since it tries to do fancy end='\n'-type things
    • handle deprecation for v5
  2. re-look at said fancy end logic
  3. provide a real tqdm.write (perhaps called tqdm.write_str following the same naming convention as set_description_str, set_postfix_str.

Issues (moan):

@casperdcl casperdcl added p3-enhancement 🔥 Much new such feature help wanted 🙏 We need you (discussion or implementation) question/docs ‽ Documentation clarification candidate to-fix ⌛ In progress need-feedback 📢 We need your response (question) submodule ⊂ Periphery/subclasses p2-bug-warning ⚠ Visual output bad submodule-notebook 📓 Much web such IDE synchronisation ⇶ Multi-thread/processing labels May 9, 2019
@casperdcl casperdcl self-assigned this May 9, 2019
@casperdcl casperdcl added this to the v5.0.0 milestone May 9, 2019
casperdcl added a commit that referenced this issue May 10, 2019
- example of dynamic usage (#735, #545, #547, #432, #374)
- note writing issues #737
- update badges
@casperdcl casperdcl mentioned this issue May 10, 2019
13 tasks
@mauricelanghinrichs
Copy link

mauricelanghinrichs commented Jun 19, 2019

there is also this stackoverflow question that might be interesting for the synchronisation issue #407 and #680

@walidbou6
Copy link

when we use tqdm.write(mytext, file=myfile) it's great all text are saved in the file but can't see the prints, I think you may add a verbose option to show logs in the same time saving them to the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted 🙏 We need you (discussion or implementation) need-feedback 📢 We need your response (question) p2-bug-warning ⚠ Visual output bad p3-enhancement 🔥 Much new such feature question/docs ‽ Documentation clarification candidate submodule ⊂ Periphery/subclasses submodule-notebook 📓 Much web such IDE synchronisation ⇶ Multi-thread/processing to-fix ⌛ In progress
Projects
None yet
Development

No branches or pull requests

3 participants