`ipython` tab autocomplete does not work on imported module

后端 未结 14 1878
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-29 21:10

Tab completion on IPython seems not to be working. For example,

import numpy
numpy.

simply adds a tab.

import nu         


        
14条回答
  •  感情败类
    2020-11-29 21:14

    I had this problem and knew that I had the pip installed for the module I was looking for. Performing $ ipython --init solved the problem for me.

提交回复
热议问题