Faced the same issue. Tried the solution to upgrade nbdev mentioned here.
That didnt work. Then downgraded the nbdev version from 1.1.0 to 1.0.18.
After that it worked.
You can downgrade with following command
pip install nbdev==1.0.18
Faced the same issue. Tried the solution to upgrade nbdev mentioned here.
That didnt work. Then downgraded the nbdev version from 1.1.0 to 1.0.18.
After that it worked.
You can downgrade with following command
pip install nbdev==1.0.18