如何添加和使用'Numpy'库?

How to Add and Use 'Numpy' Library?

我很想知道如何 运行 安装后从 Intellij 中的命令提示符/终端添加 NumPy 库?我已经成功安装了那个,但它不能正常工作。我需要指南。

谢谢,干杯。

您可以 configure the interpreter to which you installed numpy (where python will probably show you the right one) in IntelliJ IDEA, or install numpy 到您当前使用的解释器中。