Not Monitored
Tag not monitored by Microsoft.
38,557 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I open one notebook, choose the kernel "R" and wait for its preparation, it appears the following message.
As a result, I cannot use the R interactive notebook. Could anyone give me a clue?
You can install the IRkernel with:
install.packages("devtools")
devtools::install_github("IRkernel/IRkernel")
IRkernel::installspec()
Close and reopen the notebook and the R kernel should be available.
** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **