I have Python 3.7 installed on my windows 10 laptop. i installed pandas and numpy a few days ago on my laptop and they worked fine when used in my jupyter notebook by writing import numpy as np
and import pandas as pd
.
But today when i started my jupyter notebook again to practice the same error occurred a quite a few times.
ModuleNotFoundError: No module named 'numpy'
I tried restarting the jupyter kernel many times and then executed the statement again and again but the same error displayed each time.
I've installed numpy using pip install numpy
and pandas using pip install pandas
i already tried installing pandas and numpy through my jupyter notebook using !pip install numpy
and !pip install pandas
but the problem remains the same.
Check out the below screenshots. Click on the link to view.
I'm still learning python so can you please help me with this. I don't know what to do.