I used to have R kernel on my jupyter. I removed it then then tried to install again. I did:
install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
devtools::install_github('IRkernel/IRkernel')
IRkernel::installspec()
I got the error message below:
Error in IRkernel::installspec() :
jupyter-client has to be installed but “jupyter kernelspec --version” exited with code 127.
I have no clue what happened. I googled but found no answer... Appreciate it if anyone can help me with that. Thank you in advance.
