【发布时间】:2018-11-01 12:51:01
【问题描述】:
我仍在努力让 Jupyter-Notebook 和 R 在 Windows 10 机器上协同工作。解决了problem with install_github() 之后,我现在面临的只是另一个问题。我还在关注官方installation guide,卡在第2步:
每次我收到此错误 - 我在 R GUI 和 RStudio 中都尝试过,都是一样的:
> IRkernel::installspec()
Error in IRkernel::installspec() :
jupyter-client has to be installed but “jupyter kernelspec --version” exited with code 127.
In addition: Warning message:
In system2("jupyter", c("kernelspec", "--version"), FALSE, FALSE) :
'"jupyter"' not found
到目前为止我的尝试:有人建议 here 和 here,这可能是 PATH 变量设置的问题,所以我已将 Anaconda 添加到 PATH 环境中。我还通过 Anaconda 控制台安装了 jupyter-client。到目前为止没有任何变化。有任何想法吗?
【问题讨论】:
标签: r jupyter-notebook jupyter-irkernel