ImportError: DLL load failed while importing _path

Hi,

I am using windows OS,i get the above error when trying to import matplotlib.pyplot as plt in jupyter notebook.I can import the same in IDLE shell without any errors.
please help me to resolve the issue.

Hello there :wave:

Ensure matplotlib is installed in your Jupyter system by running pip install matplotlib. Make that both Jupyter and Matplotlib are up to date.