I have been using python traditionally(in text editors) and now I am moving on to Jupyter. When I try to import libraries, I get errors. For importing numpy, I do
Import numpy
but I get error
No module named 'numpy'
but I have this library on my system So do I have to install numpy on Jupyter again?