Anaconda 설치 Jupyter Notebook update IRkernel 설치 Rkernel을 jupyter에서 실행하기 위한 필수 모두 설치 후 아래와 같이 Jupyter Notebook으로 R 실행
conda update ipython-notebook
conda install -c r ipython-notebook r-irkernel
package
설치
아래의 명령어는 R console
에서 실행 한다.install.packages(c('rzmq','repr','IRkernel','IRdisplay'), repos = 'http://irkernel.github.io/', type = 'source')
R Console
에서 다음을 입력한다.IRkernel::installspec()
quit() # 종료
R kernel
이 생성 되었다.
'AI > R Basic' 카테고리의 다른 글
factor level 수정 melt (reshape시 발생하는 문제 해결) (0) | 2020.07.04 |
---|---|
R Studio Server Install in Ubuntu Server (3) | 2018.07.04 |
Data Transformation: dplyr package (0) | 2018.04.14 |
두 개 데이터 프레임 병합, 빼기 (0) | 2018.03.04 |
R Factor 검색 (0) | 2017.11.13 |