I'm looking to import a hermite polynomial. When I check the documentation on the scipy website it's available. However, when I try to import it there is no module found
no module found
import scipy.special p = scipy.special.hermite(63)
should work.