- Auto-completion assistant not working on hitting TAB.
- IPKernelApp Error | Exception in message handler
Python= 3.7.9
Anaconda= 3 (latest)
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
Thank you. This worked fine for me.