我已经从官方站点安装了 R,并想从 jupyter notebook 和 jupyterlab 中使用它。为此,我使用以下方法在 R 中安装了 IRkernal:
install.packages('IRkernel')
然后当我键入IRkernel::installspec(user = FALSE)
以使此安装全局可见时,我收到以下错误:
Error in IRkernel::installspec(user = FALSE) :
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
我在 miniconda 上安装了 jupyter,我不想使用 R 的 conda 发行版。我该怎么办?