millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 122 forks source link

ein:notebooklist-open can not be chosen. #570

Closed ofenerci closed 4 years ago

ofenerci commented 5 years ago

When I try to run ´ein:notebooklist-open´. this command doesn't show. Instead, I can see the commands (`ein:notebook-open´ or ´ein:notebook-open-in-browser´) I wonder why this is so.

Emacs Version: 26 Operating System: Debian 10

dickmao commented 5 years ago

https://github.com/millejoh/emacs-ipython-notebook/blob/master/lisp/ein-notebooklist.el#L812-L813

ein:notebooklist-open is an autoloaded function, so it should "show" (if by "doesn't show" you mean the command is not available). So then I must question your version of EIN which I don't know since you didn't follow the README to report this issue.

Also, you should not need to call that method as it is largely deprecated (again, please follow the README to operate EIN).