tkf / emacs-ipython-notebook

IPython notebook client in Emacs
tkf.github.com/emacs-ipython-notebook/
GNU General Public License v3.0
548 stars 51 forks source link

no completion in console (jedi) #173

Open nbecker opened 8 years ago

nbecker commented 8 years ago

I use:

(require 'ein) (setq ein:use-auto-complete t) (add-hook 'ein:connect-mode-hook 'ein:jedi-setup)

(I believe I also tried without ein:use-auto-complete)

In console, it seems TAB completion doesn't work. I always get message 'No Match'