gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
737 stars 111 forks source link

how should I do in "Error executing Jupyter command" #207

Open yefeiyu opened 5 years ago

yefeiyu commented 5 years ago
Error executing Jupyter command                                                                  
 '/Users/charlesthomas/.emacs.d/elpa/ob-ipython-20180224.953/client.py': [Errno 2] No such file or directory                                                                                     

The version of emacs and ipython and ob-ipython is the newest on my mbp. I install ob-ipython by MEPLA. and the document of client.py just where it should be.

flizzywine commented 5 years ago

look at issue #162 . I met the same problem, and solved it by using (setq python-shell-interpreter "ipython") Maybe it can help.