Numpy install without problem

when i whant install numpy i get this message :
Requirement already satisfied: numpy in c:\users\pc\anaconda3\lib\site-packages (1.24.3)
Note: you may need to restart the kernel to use updated packages.
how should I do?

You have to tell us more. What happens when you run import numpy as np in your Jupyter?
Where is it saying that specifically?
I see you are using Anaconda, presumably the Anaconda Distribution.
What was the exact command to install and where are you trying to install?

Minor thing: I see this is categorized as ‘JupyterHub’? That seems odd given that path you shared. So probably doesn’t involve a Hub where Jupyter is shared with multiple users? Probably concerns seeking help for JupyterLab or Jupyter Notebook?

1 Like