fastai / fastprogress

Simple and flexible progress bar for Jupyter Notebook and console
Apache License 2.0
1.08k stars 105 forks source link

Console progress bar takes two lines instead of one lines #30

Closed ivicts closed 5 years ago

ivicts commented 5 years ago

image

Is this a bug or a feature? I am not sure why I got two lines of the progress bar in my codes. I have tried running the Examples.ipynb and it only has one line for the console progress bar.

How to make it display only on one line instead of two?

sgugger commented 5 years ago

That's definitely not the expected behavior. Can you share a little bit more about your enviromnent and your code?

ivicts commented 5 years ago

image

Codes & Environment: https://www.dropbox.com/sh/hhu02604ruq63h9/AAA_uH4EHcos6GLGp66XFWGoa?dl=0

I have tried running the Examples.ipynb and it only has one line for the console progress bar using this same environment.

It is not my actual codes, just a simple one to show the bugs.

sgugger commented 5 years ago

Should be fixed in master now.