最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

visual studio code - Problem with installing R kernel for jupyter in VSCode - Stack Overflow

programmeradmin5浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论