본문 바로가기
언어/R

jupyter notebook

by newlibra 2025. 5. 30.

 

install jupyter notebook

after that....

>install.package(‘devtools’)

>install.packages('IRkernel')

 

>IRkernel::installspec()

 

$> jupyter notebook

'언어 > R' 카테고리의 다른 글

R added  (0) 2025.06.06
basic  (0) 2025.04.30
R statistics  (0) 2025.04.19
R foreach  (0) 2025.03.26
R BlackSholes  (0) 2025.02.19