Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipython notebook completion #3883

Closed
jassinm opened this issue Nov 19, 2015 · 7 comments
Closed

ipython notebook completion #3883

jassinm opened this issue Nov 19, 2015 · 7 comments
Labels
- Bug tracker - Bug :-( Python stale marked as a stale issue/pr (usually by a bot)

Comments

@jassinm
Copy link

jassinm commented Nov 19, 2015

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
Copy link

ghost commented Nov 23, 2015

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
Copy link
Contributor

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?

  • it works because autocompletion is triggered, but it's not inserting text correctly: np. and select array insert np.np.array, but it's another story.

@ghost
Copy link

ghost commented Nov 23, 2015

System Info

  • OS: darwin
  • Emacs: 24.5.1
  • Spacemacs: 0.104.4
  • Spacemacs branch: master (rev. f04bb61)
  • Distribution: spacemacs
  • Layers:
((c-c++ :variables c-c++-enable-clang-support t))

Will try again when 105 comes out. Thanks.

@jassinm
Copy link
Author

jassinm commented Nov 26, 2015

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
Copy link

abcdw commented Mar 21, 2016

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

@tutysara
Copy link
Contributor

tutysara commented Feb 18, 2017

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

@github-actions
Copy link

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!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- Bug tracker - Bug :-( Python stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

4 participants