Progress bars

Hi,
In Jupiter, I like the progress bars written into the code. However, I have recently fired up a PyCharm IDE workflow where I run jobs on the linux GPU directly from my Mac - development is much easier as was suggested in the videos.

Unfortunately, the (tqdm?) progress bars don’t port - they are messed up by making a new line for every update - it completely destroys the output. I have tried disabling them (there is a disable flag, and also I tried assigning tqdm to an NOP lambda function) but without success. The progress bars appear to be deeply interwoven in the code - so difficult to extract.
Is there a way around this problem?