While I was trying to import numpy in JupyterLab, I am getting this error :
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_13388/3593848235.py in <module>
----> 1 import numpy as np
ModuleNotFoundError: No module named 'numpy'
Do you have any idea how I can solve this problem? Thanks