0

Simple, but really frustrating problem - TAB completion doesn't work with statsmodels package. I've tried different methods of installation (.exe or via pip; easy_install won't work), but no luck. Any suggestions?

uberswag
  • 73
  • 1
  • 2
  • 5

1 Answers1

0

I'm not sure what this question means. What have you done so far? What do you expect to happen? I'm going to go out on a limb and say that maybe you got the import wrong. It should be

import statsmodels.api as sm
jseabold
  • 7,903
  • 2
  • 39
  • 53