IPython tab completion not working
Posted
by djpark121
on Stack Overflow
See other posts from Stack Overflow
or by djpark121
Published on 2010-04-08T22:10:14Z
Indexed on
2010/04/08
22:13 UTC
Read the original article
Hit count: 539
Tab completion on IPython seems not to be working. For example,
import numpy
numpy.<tab>
simply adds a tab.
import numpy
num<tab>
just adds a tab, too. Could you please suggest some possible causes for this problem? I am running Windows 7 and Python 2.6.5.
© Stack Overflow or respective owner