Skip to content

Instantly share code, notes, and snippets.

@dsoto
Created March 12, 2016 18:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsoto/0f9ba0ca65bb3f8991fb to your computer and use it in GitHub Desktop.
Save dsoto/0f9ba0ca65bb3f8991fb to your computer and use it in GitHub Desktop.
Kernel file
{
"display_name": "SotoLab",
"argv": [
"/project/bcb42ce1-be0d-41cf-8df3-1d7a12fccafe/.conda/envs/sotolab/bin/python3",
"-E",
"-m",
"ipykernel",
"--matplotlib=inline",
"-f",
"{connection_file}"
],
"language": "python",
"env":{
"LD_LIBRARY_PATH" : "/project/bcb42ce1-be0d-41cf-8df3-1d7a12fccafe/.conda/envs/sotolab/lib",
"PYTHONPATH" : "/project/bcb42ce1-be0d-41cf-8df3-1d7a12fccafe/.conda/envs/sotolab/lib/python3.5:/project/bcb42ce1-be0d-41cf-8df3-1d7a12fccafe/.conda/envs/sotolab/lib/python3.5/site-packages",
"PYTHONHOME" : "/project/bcb42ce1-be0d-41cf-8df3-1d7a12fccafe/.conda/envs/sotolab/lib/python3.5"
}
}
Traceback (most recent call last):
File "/projects/sage/sage-6.10/local/lib/python2.7/site-packages/notebook/base/handlers.py", line 436, in wrapper
result = yield gen.maybe_future(method(self, *args, **kwargs))
File "/projects/sage/sage-6.10/local/lib/python2.7/site-packages/notebook/services/sessions/handlers.py", line 56, in post
model = sm.create_session(path=path, kernel_name=kernel_name)
File "/projects/sage/sage-6.10/local/lib/python2.7/site-packages/notebook/services/sessions/sessionmanager.py", line 66, in create_session
kernel_name=kernel_name)
File "/projects/sage/sage-6.10/local/lib/python2.7/site-packages/notebook/services/kernels/kernelmanager.py", line 84, in start_kernel
**kwargs)
File "/projects/sage/sage-6.10/local/lib/python2.7/site-packages/jupyter_client/multikernelmanager.py", line 109, in start_kernel
km.start_kernel(**kwargs)
File "/projects/sage/sage-6.10/local/lib/python2.7/site-packages/jupyter_client/manager.py", line 244, in start_kernel
**kw)
File "/projects/sage/sage-6.10/local/lib/python2.7/site-packages/jupyter_client/manager.py", line 190, in _launch_kernel
return launch_kernel(kernel_cmd, **kw)
File "/projects/sage/sage-6.10/local/lib/python2.7/site-packages/jupyter_client/launcher.py", line 123, in launch_kernel
proc = Popen(cmd, **kwargs)
File "/projects/sage/sage-6.10/local/lib/python/subprocess.py", line 710, in __init__
errread, errwrite)
File "/projects/sage/sage-6.10/local/lib/python/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment