Nbdev ModuleNotFoundError: No module named 'matplotlib_inline'

The git repo

These are my settings.ini requrments:
requirements = fastcore requests seaborn matplotlib fastai
I’m using seaborn with matplotlib.

Anyone have any suggestions? I’d apprecaite any help.

Here is the fulll error.

I’m not familiar with that error, but can I suggest that while you are waiting for a better answer, go through the process of culling your notebook down to the minimal code that still causes the error. For me this often discovers the answer, and at a minimum a smaller code example makes it easier for others to assist.

3 Likes