1
votes

I am using tqdm (from tqdm.auto import tqdm) in notebook and output is nice and correct but when that same line is used while running script in the terminal I get clogged multiline output. Is there any way for tqdm to differentiate between notebook and terminal outputs?

1

1 Answers

1
votes

You should try using

from tqdm.autonotebook import tqdm