Hi,
Could anyone please let me know how to add the R Kernel in JupyterHub?
I don't want to install via Anaconda as it uses the latest version of R. I want to use the R version that I have already installed in the machine.
Tried by creating a new kernel.json file for R and pointed to my R location. It didn't work as I got the below error. Thanks in advance!
File "/anaconda342/lib/python3.5/site-packages/jupyter_client/launcher.py", line 123, in launch_kernel
proc = Popen(cmd, **kwargs)
File "/anaconda342/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
File "/anaconda342/lib/python3.5/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg)
PermissionError: [Errno 13] Permission denied