Using R in Jupyter Notebook - IzODA Documentation
izoda.github.io › site › anacondaInstall the R-kernel and Jupyter packages: conda install r-recommended r-irkernel conda install Jupyter Add the R-kernel to Jupyter by installing a kernel spec. This allows Jupyter to recognize the kernel and work with it interactively: R -e 'IRkernel::installspec()' Run the Jupyter notebook: jupyter-notebook Copy the generated URL and paste it ...