verigak / progress

Easy to use progress bars for Python
ISC License
1.41k stars 179 forks source link

Not print on jupyter notebook #95

Open M-Amrollahi opened 3 years ago

M-Amrollahi commented 3 years ago

Hi, First of all thanks for your great work.

The issue is that the progress bar is not shown on jupyter notebook but there is no problem with python on terminal. How can I fix this? Version: '3.8.5 (default, Sep 4 2020, 07:30:14) \n[GCC 7.3.0]' Regards,

DBrandom commented 3 years ago

check_tty=False will work https://github.com/verigak/progress/issues/83#issuecomment-660700086