You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
This is the full error provided by clicking on the Kernel Error button:
Traceback (most recent call last):
File "/anaconda/envs/ml36/lib/python3.6/site-packages/tornado/web.py", line 1592, in _execute
result = yield result
File "/anaconda/envs/ml36/lib/python3.6/site-packages/tornado/gen.py", line 1133, in run
value = future.result()
File "/anaconda/envs/ml36/lib/python3.6/site-packages/tornado/gen.py", line 1141, in run
yielded = self.gen.throw(*exc_info)
File "/anaconda/envs/ml36/lib/python3.6/site-packages/notebook/services/sessions/handlers.py", line 73, in post
type=mtype))
File "/anaconda/envs/ml36/lib/python3.6/site-packages/tornado/gen.py", line 1133, in run
value = future.result()
File "/anaconda/envs/ml36/lib/python3.6/site-packages/tornado/gen.py", line 1141, in run
yielded = self.gen.throw(*exc_info)
File "/anaconda/envs/ml36/lib/python3.6/site-packages/notebook/services/sessions/sessionmanager.py", line 79, in create_session
kernel_id = yield self.start_kernel_for_session(session_id, path, name, type, kernel_name)
File "/anaconda/envs/ml36/lib/python3.6/site-packages/tornado/gen.py", line 1133, in run
value = future.result()
File "/anaconda/envs/ml36/lib/python3.6/site-packages/tornado/gen.py", line 1141, in run
yielded = self.gen.throw(*exc_info)
File "/anaconda/envs/ml36/lib/python3.6/site-packages/notebook/services/sessions/sessionmanager.py", line 92, in start_kernel_for_session
self.kernel_manager.start_kernel(path=kernel_path, kernel_name=kernel_name)
File "/anaconda/envs/ml36/lib/python3.6/site-packages/tornado/gen.py", line 1133, in run
value = future.result()
File "/anaconda/envs/ml36/lib/python3.6/site-packages/tornado/gen.py", line 326, in wrapper
yielded = next(result)
File "/anaconda/envs/ml36/lib/python3.6/site-packages/notebook/services/kernels/kernelmanager.py", line 160, in start_kernel
super(MappingKernelManager, self).start_kernel(**kwargs)
File "/anaconda/envs/ml36/lib/python3.6/site-packages/jupyter_client/multikernelmanager.py", line 110, in start_kernel
km.start_kernel(**kwargs)
File "/anaconda/envs/ml36/lib/python3.6/site-packages/jupyter_client/manager.py", line 259, in start_kernel
**kw)
File "/anaconda/envs/ml36/lib/python3.6/site-packages/jupyter_client/manager.py", line 204, in _launch_kernel
return launch_kernel(kernel_cmd, **kw)
File "/anaconda/envs/ml36/lib/python3.6/site-packages/jupyter_client/launcher.py", line 128, in launch_kernel
proc = Popen(cmd, **kwargs)
File "/anaconda/envs/ml36/lib/python3.6/subprocess.py", line 707, in __init__
restore_signals, start_new_session)
File "/anaconda/envs/ml36/lib/python3.6/subprocess.py", line 1326, in _execute_child
raise child_exception_type(errno_num, err_msg)
PermissionError: [Errno 13] Permission denied
The text was updated successfully, but these errors were encountered:
Running on Ubuntu 16.04 I get the following kernel error when I open a C# notebook.
Kernel was installed to user:
jupyter-kernelspec install kernel-spec --user
with the following kernel.json:
This is the full error provided by clicking on the Kernel Error button:
The text was updated successfully, but these errors were encountered: