【发布时间】:2017-04-27 15:44:44
【问题描述】:
我曾经在我的 jupyter 上安装了 R 内核。我将其删除,然后尝试再次安装。 我做到了:
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
devtools::install_github('IRkernel/IRkernel')
IRkernel::installspec()
我收到以下错误消息:
Error in IRkernel::installspec() :
jupyter-client has to be installed but “jupyter kernelspec --version” exited with code 127.
我不知道发生了什么。我用谷歌搜索但没有找到答案... 如果有人可以帮助我,将不胜感激。提前谢谢你。
【问题讨论】:
标签: r jupyter-notebook jupyter