Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
Can anyone tell me how to install NumPy in Python?

1 Answer

0 votes
by (108k points)

For installing NumPy, you first have to open the Anaconda prompt and write:

pip install numpy

After installing the NumPy package, you have to go to the Jupyter Notebook and execute the following:

import numpy as np

If you are looking for an online course to learn Python, check out this Python Course by Intellipaat.

Related questions

0 votes
1 answer
asked Sep 27, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
asked Sep 25, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
0 votes
1 answer
asked Oct 3, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer

Browse Categories

...