0
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.

Stefan
  • 26,154
  • 3
  • 46
  • 84
spacegoing
  • 419
  • 2
  • 9
  • 1
    Does this answer your question? [Anaconda Mode only complete module variables, get No Matches for assigned variables on linux server accessed via ssh](https://emacs.stackexchange.com/questions/46597/anaconda-mode-only-complete-module-variables-get-no-matches-for-assigned-variab) – al0 May 09 '20 at 16:17

1 Answers1

0

It's Ipython version issue. 7.2.0 does not work but 6.2.1 works.

spacegoing
  • 419
  • 2
  • 9