-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
tqdm_pandas() causes multiple lines to be printed in IDLE (Ubuntu 14.04, python2.7) #191
Comments
this implies IDLE
Do you experience the same issue if just doing a normal trange twice?
|
Correct.
Multiple bars work in python run from Shell. |
Yes this is a well-known issue with IDLE, all progress bars are affected. IDLE can support only
|
Is there a way for tqdm to run only on the shell and not when you run from IDLE directly ? |
@ayanez17 I think you're referring to something like #443 |
After running tqdm_pandas(tqdm()).
Some strange characters are printed instead of the carriage return action.
Running tqdm_pandas(tqdm()) again creates more of these strange characters and new lines:
This only happens in IDLE. When I try the python in Shell it behaves fine (except that it stays there after the loop is over).
Thanks for the amazing project!
The text was updated successfully, but these errors were encountered: