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 123 forks source link

ein:pytools-whos is not working #821

Closed dvorak0 closed 2 years ago

dvorak0 commented 2 years ago

I see the amazing ein:pytools-whos in documentation http://millejoh.github.io/emacs-ipython-notebook/#ein:pytools-whos.

But it's not working in my Emacs.

ein:pytools-jump-back-command is there, which I found implementation in https://github.com/millejoh/emacs-ipython-notebook/blob/master/lisp/ein-pytools.el.

I see no implementation for pytools-whos.

dickmao commented 2 years ago

No require statements, e.g. (require 'ein), are necessary, contrary to the prevailing documentation_, which should be disregarded.

https://github.com/millejoh/emacs-ipython-notebook/blob/1e42a2b26c2b113884170a94229c2743978e2dec/README.rst?plain=1#L12-L13

813 #705 #695

dvorak0 commented 2 years ago

Does that mean pytools-whos is diregarded?