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

Company backend for completion #172

Open aiguofer opened 8 years ago

aiguofer commented 8 years ago

Hi, I'm using company-mode for completion, and I'm currently having a hard time getting completion to work nicely when in EIN.

Are there any plans on creating a company backend for EIN completion?

If not, does anyone have some tips to use to auto-complete-mode only in EIN and switch to use ein auto-complete?

Thanks!

arthurl commented 8 years ago

@aiguofer, just wondering if you managed to find a solution?

dwcoates commented 7 years ago

@arthurl Not sure if you know, but ein provides the function ein:edit-cell-contents. It will take you to a new buffer featuring the cells contents in the appropriate mode (so it will feature completions, etc, etc). There are functions and bindings for saving, closing and executing, sending, etc. It's an okay workaround.

rocha commented 7 years ago

See millejoh/emacs-ipython-notebook#157