- Learning Jupyter 5
- Dan Toomey
- 130字
- 2021-08-13 15:42:12
Adding R packages to Jupyter
The standard installation for R under Jupyter has many packages that are commonly used in R programming. However, if you do need to add another package, a small number of steps need to be followed:
- Close down your Notebook (including the server).
- In the command-line window, type the following:
R install.packages("name of the R package you want to add")
quit()
# answer Yes to save
- Restart your Notebook and the package should be available in your R script, for example, library (name of the R package you want to add).
Note that you may still have problems in R where the core version of R that you have installed is out of date, so you will need to upgrade it to use a particular library.
推薦閱讀
- 玩轉智能機器人程小奔
- 網上沖浪
- R Machine Learning By Example
- 影視后期制作(Avid Media Composer 5.0)
- HBase Design Patterns
- 大數據技術入門(第2版)
- 計算機網絡技術實訓
- WordPress Theme Development Beginner's Guide(Third Edition)
- Ceph:Designing and Implementing Scalable Storage Systems
- 在實戰中成長:C++開發之路
- 數字多媒體技術基礎
- 貫通Java Web輕量級應用開發
- Access 2007數據庫入門與實例應用金典
- Containerization with Ansible 2
- iLike就業SQL多功能教材