Hacker News new | past | comments | ask | show | jobs | submit
> import numpy

> np.array([1,2])

NameError: name 'np' is not defined

I think the article probably wanted "import numpy as np"

loading story #48923702