In Windows 10, using Python 3.6.0. How do I import the numpy1.11.2 module? I already used the miniconda and the package was loaded but I am not successful in the Python 3.6.0 interactive python. Thankful
In Windows 10, using Python 3.6.0. How do I import the numpy1.11.2 module? I already used the miniconda and the package was loaded but I am not successful in the Python 3.6.0 interactive python. Thankful
It can be two ways:
from numpy import *
or
import numpy