gregsexton / gregsexton/ob-ipython

failed to start ob-ipython

Open
#141 17 comments 3 reactions 0 assignees View on GitHub
bug
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

---------------------------------------------------------------------------
OSError Traceback (most recent call last)
~/git/.emacs.d/.cask/25.3/elpa/ob-ipython-20171111.740/client.py in ()
 58 args = parser.parse_args()
 59 
---> 60 c = create_client(args.conn_file)
 61 
 62 with interested_lock:

~/git/.emacs.d/.cask/25.3/elpa/ob-ipython-20171111.740/client.py in create_client(name)
 41 cf = find_connection_file(name)
 42 else:
---> 43 cf = find_connection_file('emacs-' + name)
 44 c = client.BlockingKernelClient(connection_file=cf)
 45 c.load_connection_file()

~/.local/lib/python3.5/site-packages/jupyter_client/connect.py in find_connection_file(filename, path, profile)
 210 matches = [ os.path.abspath(m) for m in matches ]
 211 if not matches:
--> 212 raise IOError("Could not find %r in %r" % (filename, path))
 213 elif len(matches) == 1:
 214 return matches[0]

OSError: 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.