I have installed numpy using pip install numpy In the current directory. But when I try to import it in my jupyter notebook, it gives an error. ModuleNotFoundError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_17100/2172125874.py in ----> 1 import numpy
ModuleNotFoundError: No module named 'numpy'
Please help me resolve this problem. I have tried uninstalling numpy and re-installing, yet it does not work at all. I am using a Windows 10 system.