Progress bar not showing in PyMC3 3.11.1

Hi, I found the following solution here . You can simply import:

from fastprogress import fastprogress
fastprogress.printing = lambda: True

This worked for me just fine, I hope it helps.

1 Like