On 4/9/21 3:29 AM, Thomas Jollans wrote:
On 07/04/2021 23:32, Jim Byrnes wrote:
linux mint 20
python 3.8
jupyter 1.0.0
jedi 0.18.0

I am teaching myself pandas/jupyter notebooks. The problem I am having is tab autocomplete seems to be working erratically.

Googling shows that most people solve autocomplete problems by putting

 import pandas as pd
%config Completer.use_jedi = False

One solution is to downgrade to jedi 0.17.2




That did not work for me. I ended up upgrading jupyter, ipython and jedi to the latest versions via pip and adding
%config IPCompleter.greedy=True  in the first cell of the notebook.

Regards,  Jim


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to