Home:ALL Converter>How can I solve the error of importing numpy in Jupyterlab?

How can I solve the error of importing numpy in Jupyterlab?

Ask Time:2021-09-15T20:48:46         Author:Furkan Sencer KACAR

Json Formatter

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

Author:Furkan Sencer KACAR,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/69193464/how-can-i-solve-the-error-of-importing-numpy-in-jupyterlab
yy