Auto-completion not working

  1. Auto-completion assistant not working on hitting TAB.
  2. IPKernelApp Error | Exception in message handler

Python= 3.7.9
Anaconda= 3 (latest)

Changed the version of jedi

pip install jedi==0.17.2

Now autocompletion is working. Refer to https://github.com/ipython/ipython/issues/12740

2 Likes

Thank you. This worked fine for me.