progress icon indicating copy to clipboard operation
progress copied to clipboard

Not print on jupyter notebook

Open M-Amrollahi opened this issue 3 years ago • 1 comments

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,

M-Amrollahi avatar May 27 '21 23:05 M-Amrollahi

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

DBrandom avatar Jul 23 '21 08:07 DBrandom