Tab completion on IPython seems not to be working. For example,
import numpy numpy.
simply adds a tab.
import nu
Downgrading iPython did the trick.
pip install --upgrade ipython==5.8.0