I am using rpy2 to execute R from ipython. However I want to kill or stop the embedded R process but Ctrl-C is not working.
This is maybe because ipython intercepts SIGINT (I am not sure)..
I tested with SIGSTOP (Ctrl+Z) and it works..
Any method to terminate the embedded process (R/rpy2) without killing the ipython/python session?
Thanks