Importing packages in jupyter

I had been use external IDE for python programming. Although now I decided to switch to jupyter. However when I import numpy it shows no such package as numpy. So, how can I install it in jupyter. Btw I havenot installed numpy in my ubuntu pyhon too

Hello Aaket,
The external IDE you would’ve been using might have had a local command prompt or virtual environment.

You do not need to install any libraries seperately for Jupyter. Just install them on your system, preferably using pip on the Terminal. For ex, ‘pip install numpy’ shall install numpy on your system and Jupyter Notebook won’t further show an import error.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.