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

"leave=False" in tqdm_notebook doesn't work on Google Colab #775

Open
IaroslavS opened this issue Jul 18, 2019 · 1 comment
Open

"leave=False" in tqdm_notebook doesn't work on Google Colab #775

IaroslavS opened this issue Jul 18, 2019 · 1 comment
Labels
help wanted 🙏 We need you (discussion or implementation) invalid ⛔ Not-an-issue or upstream (not-our-issue) p2-bug-warning ⚠ Visual output bad submodule-notebook 📓 Much web such IDE

Comments

@IaroslavS
Copy link

IaroslavS commented Jul 18, 2019

"leave=False" in tqdm_notebook and in tqdm doesn't work on Google Colab when multithread is implemented.
See print screens:
Here I use two cycles, two tqdm_notebook and leave=False in the last tqdm_notebook:
tqdm_notebook multithread(leave=False)

Here I use the architucture and leave=True in the last tqdm_notebook:
tqdm multithread(leave=True)

When using tqdm instead of tqdm_notebook it gets worse:
tqdm multithread(leave=False)

The same but with leave=True
tqdm multithread(leave=True)

@casperdcl casperdcl added p2-bug-warning ⚠ Visual output bad help wanted 🙏 We need you (discussion or implementation) submodule-notebook 📓 Much web such IDE labels Jul 18, 2019
@casperdcl
Copy link
Sponsor Member

potentially invalid/upstream issue

@casperdcl casperdcl added the invalid ⛔ Not-an-issue or upstream (not-our-issue) label Jul 18, 2019
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) invalid ⛔ Not-an-issue or upstream (not-our-issue) p2-bug-warning ⚠ Visual output bad submodule-notebook 📓 Much web such IDE
Projects
None yet
Development

No branches or pull requests

2 participants