import pandas as pd
pd. # press tab, there are completions
df = pd.DataFrame()
df. # press tab, No Matches
Same configuration worked on my local mac but not on linux server.
If I use python interpreter instead of Ipython, it also works.
Ipython completion worked in terminal. It does not work in Emacs.
I am happy to provide more details but I even don't know where to look for bugs.