Don\'t really understand is it a mistake or just my local problem, still have some issues with using tqdm progress bars with progress_apply in Jupyter.
This is what I run in my jupyter notebooks, and then progress_apply works:
from tqdm import tqdm, tqdm_notebook tqdm_notebook().pandas()
I had been getting an error without the () after tqdm_notebook