Answer the question
In order to leave comments, you need to log in
How to fix or properly import modules in PyCharm?
I want to install matplotlib and numpy. I have a miniconda. Tried both via PyCharm built-in download and conda install and pip install.
import matplotlib
x = linspace(0, 5, 10)
y = x ** 2
print(x)
print(y)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question