syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.64k stars 4.89k forks source link

ipython notebook completion #3883

Closed jassinm closed 4 years ago

jassinm commented 8 years ago

Hi, when i press tab in an ipython notebook cell nothing get's completed. if i run ein:completer-complete i get the following error

Error (websocket): in callback `on-message': Symbol's value as variable is void: ein-direct

What am i missing? Thanks

ghost commented 8 years ago

I tried to reproduce this, but I cannot even open ein if I have one of the following set to t in my .spacemacs:

ein:use-auto-complete
ein:use-auto-complete-superpack

I get a symbol's value as variable is void: ein-direct after pressing SPC a i n 8888 RET.

StreakyCobra commented 8 years ago

I tried just now and it work*, at least on develop. Can you try to update your packages, and give the output of SPC h d s?

ghost commented 8 years ago

System Info

((c-c++ :variables c-c++-enable-clang-support t))

Will try again when 105 comes out. Thanks.

jassinm commented 8 years ago

same issue then @endrebak if i set

ein:use-auto-complete
ein:use-auto-complete-superpack
#### System Info
- OS: darwin
- Emacs: 24.5.1
- Spacemacs: 0.105.0
- Spacemacs branch: develop (rev. 42d1135)
- Distribution: spacemacs
- Layers:
```elisp
((git :variables git-gutter-use-fringe t)
 auto-completion osx loco python ipython-notebook
 (ess :variables ess-enable-smart-equals t)
 syntax-checking org pandoc dash
 (shell :variables shell-default-shell 'eshell)
 eyebrowse semantic smex gtags ranger theming tmux
 (c-c++ :variables c-c++-enable-clang-support t)
 fasd)
abcdw commented 8 years ago

found C-c TAB hotkey for opening helm-buffer with autocompletion.

tutysara commented 7 years ago

I can see the list using C-c TAB. But auto complete doesn't work in spacemacs yet

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!