I have already installed Jupyter notebook in my ubuntu 16.04 machine. In jupyter notebook there is by default python installed. Now I want to use R from jupyter notebook. >
For mac users:
I came across the same problem. You should call IRkernel::installspec(user = FALSE) in the terminal through R. I solved it this way, and I bet you could do the same:
R.home() in R console[1] "/Library/Frameworks/R.framework/Resources"/bin/R to path nlike this: /Library/Frameworks/R.framework/Resources/bin/R/Library/Frameworks/R.framework/Resources/bin/Rand enter.IRkernel::installspec(user = FALSE)
And it shall be solved then.