## How to install and import numpy library #8
Answered
by
chanakyavasantha
chanakyavasantha
asked this question in
Q&A
-
Answer shortly |
Beta Was this translation helpful? Give feedback.
Answered by
chanakyavasantha
Oct 1, 2023
Replies: 2 comments
-
run the command in terminal : pip install numpy |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chanakyavasantha
-
if you are using jupyter notebook or google colab you can install it without unsing terminal: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
run the command in terminal : pip install numpy
for importing use: import numpy as np