I am utilizing tqdm to print progress in the content I'm running in a Jupyter notebook. I am printing all messages to the terminal through tqdm.write(). But still, this actually gives me slanted output like so:
That is, each time another line must be printed, another progress bar is imprinted on the following line. This doesn't occur when I run the script by means of the terminal. How might I tackle this?