R in Jupyter Notebook

Two ways to install
install.packages(‘IRkernel’)
#from cran
Or GitHub

devtools::install_github("IRkernel/IRkernel")

devtools::install_github("IRkernel/IRkernel", force=TRUE)

Then

IRkernel::installspec()

quit()

And start jupyter note that under new is a big R from drop down

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.