首页 > Windows开发 > 详细

Install R kernel through Anaconda (Windows)

时间:2020-03-19 10:08:41      阅读:61      评论:0      收藏:0      [点我收藏+]

1. Open Anaconda prompt (can be downloaded through https://www.anaconda.com/download/)

2. Find the location for R.exe in your computer (e.g. D:\Program Files (x86)\R-3.6.3\bin) and start R.exe. If you didn‘t install R.exe before, please visit https://cran.r-project.org/mirrors.html to download it.

3. Type the following commands  

  • install.packages(‘IRkernel‘) #install the package named IRkernel
  • IRkernel::installspec() #make IRkernel available for jupyternote book

4. open the jupyternote book through your start menu

 

Install R kernel through Anaconda (Windows)

原文:https://www.cnblogs.com/little-hunter/p/12521811.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!