1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > jupyter 代码提示_Jupyter lab安装R支持时错误提示: exited with code 127解决办法

jupyter 代码提示_Jupyter lab安装R支持时错误提示: exited with code 127解决办法

时间:2020-09-25 02:26:09

相关推荐

jupyter 代码提示_Jupyter lab安装R支持时错误提示: exited with code 127解决办法

在Jupyter lab安装R支持时错误提示:jupyter-client has to be installed but “jupyter kernelspec --version” exited with code 127,解冻办法:

参考:

/questions/44056164/jupyter-client-has-to-be-installed-but-jupyter-kernelspec-version-exited-wit

(转)JupyterNotebook添加R出现“jupyter-client has to be installed but “jupyter kernelspec --version” exite”

jupyter-client has to be installed but “jupyter kernelspec --version” exited with code 127

具体办法:

Linux类操作系统在shell中输入:

R

然后输入运行下面的代码:

install.packages('devtools')devtools::install_github('IRkernel/IRkernel')IRkernel::installspec()

Windows在命令提示符下,输入

R

如果提示:

'R' 不是内部或外部命令,也不是可运行的程序或批处理文件。将目录切换到R的安装目录下,如用命令:

cd D:RR-4.0.0bin

然后输入运行下面的代码:

install.packages('devtools')devtools::install_github('IRkernel/IRkernel')IRkernel::installspec()

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。