Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 561 Bytes

File metadata and controls

8 lines (8 loc) · 561 Bytes

To run the R project in Jupyter Kernel

  • Install R.
  • Start a shell in R binary folder and run ./R in powershell or R in cmd
  • install.packages('IRkernel')
  • IRkernel::installspec()
    • if you get any problem or error then make sure jupyter is installed in your system if not then install using pip install notebook and restart shell
  • Select the kernel image
  • Once done you can run all to do predictions and modify stuff