admin管理员组文章数量:1387360
So I wanted to set up R kernel for Jupyter in VSCode, I installed Jupyter via pip, in the R console I typed:
install.packages('IRkernel')
and the package was successfully installed, then I tried to run the command
IRkernel::installspec(user = FALSE)
or
IRkernel::installspec()
but I get following error: jupyter-client has to be installed
but “jupyter kernelspec --version
” exited with code 1. What should I do to fix it?
本文标签: visual studio codeProblem with installing R kernel for jupyter in VSCodeStack Overflow
版权声明:本文标题:visual studio code - Problem with installing R kernel for jupyter in VSCode - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744559717a2612697.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论