I would love to know how to run and add NumPy library after installation from the command prompt/ terminal in Intellij? I have successfully installed that one but it is not working properly. I need guidelines.
Thank You, Cheers.
CodePudding user response:
You can either configure the interpreter to which you installed numpy (where python
will probably show you the right one) in IntelliJ IDEA, or install numpy into your currently used interpreter.