0

I'm using R Server for the rxGlm functionality, but I don't like rstudio. How can I use this version of R in Jupyter. I've tried all of the options found here ad nauseum. Has anyone else figured this out?

Thanks.

tmthyjames
  • 1,588
  • 2
  • 22
  • 30

1 Answers1

0

I don't think Rserver is available with Jupyter. All you can do is install the R Kernel for Jupyter.

Here is the list of kernels available for Jupyter notebook: https://github.com/jupyter/jupyter/wiki/Jupyter-kernels

To install the R Kernel, follow the steps here: https://irkernel.github.io/installation/ or here: https://www.datacamp.com/community/blog/jupyter-notebook-r

byouness
  • 1,746
  • 2
  • 24
  • 41