Home > Software engineering >  I kept getting Module Not Found Error in Jupyter. How do I solve this?
I kept getting Module Not Found Error in Jupyter. How do I solve this?

Time:07-12

I am getting this error after running my code in Jupyter Notebook using VS Code. I've checked at my Anaconda Prompt that I've already installed Numpy package. enter image description here

I deleted the numpy of the virtual environment, so now it reports an error.

I switched to conda environment (my conda environment has numpy package installed) and it works fine.

enter image description here

  • Related