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!

0
4 comments

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.

1

Thank you Pavel,

 

After reading some topics on Google and playing with the software for 15m I figured out :)

0

How did you solve this issue? I am facing the exact same problem 

2

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

1

Please sign in to leave a comment.