gregsexton / gregsexton/ob-ipython
failed to start ob-ipython
- Dominant language
- Emacs Lisp
- Stars
- 742
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
Hi, ob-ipython works fine for me on windows, but i just tried it on my ubuntu machine, and i got this error:
please could you have a look?
Yi
[0;31m---------------------------------------------------------------------------[0m
[0;31mOSError[0m Traceback (most recent call last)
[0;32m~/git/.emacs.d/.cask/25.3/elpa/ob-ipython-20171111.740/client.py[0m in [0;36m[0;34m()[0m
[1;32m 58[0m [0margs[0m [0;34m=[0m [0mparser[0m[0;34m.[0m[0mparse_args[0m[0;34m([0m[0;34m)[0m[0;34m[0m[0m
[1;32m 59[0m [0;34m[0m[0m
[0;32m---> 60[0;31m [0mc[0m [0;34m=[0m [0mcreate_client[0m[0;34m([0m[0margs[0m[0;34m.[0m[0mconn_file[0m[0;34m)[0m[0;34m[0m[0m
[0m[1;32m 61[0m [0;34m[0m[0m
[1;32m 62[0m [0;32mwith[0m [0minterested_lock[0m[0;34m:[0m[0;34m[0m[0m
[0;32m~/git/.emacs.d/.cask/25.3/elpa/ob-ipython-20171111.740/client.py[0m in [0;36mcreate_client[0;34m(name)[0m
[1;32m 41[0m [0mcf[0m [0;34m=[0m [0mfind_connection_file[0m[0;34m([0m[0mname[0m[0;34m)[0m[0;34m[0m[0m
[1;32m 42[0m [0;32melse[0m[0;34m:[0m[0;34m[0m[0m
[0;32m---> 43[0;31m [0mcf[0m [0;34m=[0m [0mfind_connection_file[0m[0;34m([0m[0;34m'emacs-'[0m [0;34m+[0m [0mname[0m[0;34m)[0m[0;34m[0m[0m
[0m[1;32m 44[0m [0mc[0m [0;34m=[0m [0mclient[0m[0;34m.[0m[0mBlockingKernelClient[0m[0;34m([0m[0mconnection_file[0m[0;34m=[0m[0mcf[0m[0;34m)[0m[0;34m[0m[0m
[1;32m 45[0m [0mc[0m[0;34m.[0m[0mload_connection_file[0m[0;34m([0m[0;34m)[0m[0;34m[0m[0m
[0;32m~/.local/lib/python3.5/site-packages/jupyter_client/connect.py[0m in [0;36mfind_connection_file[0;34m(filename, path, profile)[0m
[1;32m 210[0m [0mmatches[0m [0;34m=[0m [0;34m[[0m [0mos[0m[0;34m.[0m[0mpath[0m[0;34m.[0m[0mabspath[0m[0;34m([0m[0mm[0m[0;34m)[0m [0;32mfor[0m [0mm[0m [0;32min[0m [0mmatches[0m [0;34m][0m[0;34m[0m[0m
[1;32m 211[0m [0;32mif[0m [0;32mnot[0m [0mmatches[0m[0;34m:[0m[0;34m[0m[0m
[0;32m--> 212[0;31m [0;32mraise[0m [0mIOError[0m[0;34m([0m[0;34m"Could not find %r in %r"[0m [0;34m%[0m [0;34m([0m[0mfilename[0m[0;34m,[0m [0mpath[0m[0;34m)[0m[0;34m)[0m[0;34m[0m[0m
[0m[1;32m 213[0m [0;32melif[0m [0mlen[0m[0;34m([0m[0mmatches[0m[0;34m)[0m [0;34m==[0m [0;36m1[0m[0;34m:[0m[0;34m[0m[0m
[1;32m 214[0m [0;32mreturn[0m [0mmatches[0m[0;34m[[0m[0;36m0[0m[0;34m][0m[0;34m[0m[0m
[0;31mOSError[0m: Could not find 'emacs-none' in ['.', '/run/user/1000/jupyter']
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.