Tab completion on IPython seems not to be working. For example,
import numpy numpy.
simply adds a tab.
import nu
The classic 'have you tried turning it off and on again' worked for me.
pip uninstall ipython pip install ipython