Is it possible to install Matplotlib & NumPy on IntelliJ IDEA (I don't want to use PyCharm)
Answered
Hi,
The question is in the title, just wondering if I can do it and what are the steps?
Thank you very much!
Please sign in to leave a comment.
Hi IDE-User, you need to install Python plugin for IDEA (Settings | Plugins), then create a new Python project or a Python module inside an e.g. Java project, select proper Python SDK in Project Structure and install any packages you want via Tools | Manage Python Packages.
Thank you Pavel,
After reading some topics on Google and playing with the software for 15m I figured out :)
How did you solve this issue? I am facing the exact same problem
Hi Christian,
The solution is very simple.
1. Switch on the 'terminal'' tab at the bottom of the window
2. Run Following command - pip install numpy
The package will get installed