I am getting this error while running Is it a bird notebook locally on my gpu & fastai setup.
AttributeError: 'NBMasterBar' object has no attribute 'out'
How to fix it ?
- I tried this, but it didn’t work.
pip uninstall fastprogress
pip install git+https://github.com/fastai/fastprogress --upgrade
And this is my current fastai & notebook versions.

