emacs-jupyter/jupyter

No autocompletion in REPL

Open

#242 opened on Apr 13, 2020

 (0 comments) (1 reaction) (0 assignees)Emacs Lisp (106 forks)auto 404
help wanted

Repository metrics

Stars
 (1,028 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Any idea what is going on?

company-capf is correctly using jupyter-completion-at-point

I import pytorch, and when I type to (prefix for torch),

jupyter-completion-cache has value:

Value ("t" #("%tb" 0 1 (annot " ")) #("test/" 0 1 (annot " ")) #("%time" 0 1 (annot " ")) #("%%time" 0 1 (annot " ")) #("%timeit" 0 1 (annot " ")) #("%%timeit" 0 1 (annot " ")))

Contributor guide