`ipython` tab autocomplete does not work on imported module

Be sure you have installed the pyreadline library. It is needed for tab completion and other IPython functions – in Windows it doesn’t come with the IPython package and you have to install it separately –

> pip install pyreadline

Leave a Comment