【发布时间】:2017-07-22 19:28:44
【问题描述】:
我在为 Jupyter 安装 R 时遇到问题。好像说明已经过时了。我安装了最新版本的 Anaconda。我正在运行 R 3.4.1。以下是应该安装必要内核的 R 脚本。我在 RGui 和 RStudio 中运行它。两者都失败了。
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
devtools::install_github('IRkernel/IRkernel')
IRkernel::installspec()
loadNamespace(j
这毫无意义,因为我收到一条消息说,摘要已在第一步中解压缩。
IRkernel::installspec() 中的错误: 必须安装 jupyter-client 但“jupyter kernelspec --version”退出并显示代码 127。 另外:警告信息: 运行命令 '"jupyter" kernelspec --version' 的状态为 127
【问题讨论】:
标签: r jupyter-notebook