pandas/jupyther notebook?
Jim Byrnes
jf_byrnes at comcast.net
Fri Apr 9 09:19:11 EDT 2021
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
More information about the Python-list
mailing list