Below is an example of auto completion using Jedi in Python.
Disable Jedi in IPython
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
In the meantime, looks like there is a way one can disable jedi in ipython with Completer.use_jedi: https://ipython.readthedocs.io/en/stable/config/options/terminal.html
Specifically you can …