You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be related to IRkernel/IRkernel#226 and jupyter/jupyter_client#104, and the latter is still open. I am not sure if we need to step in between jupyter and irkernel since both of them might or might not do something about the same problem.
Under windows, if we
R.exe
andRterm.exe
will not be closed. Leaving two daemon processes.Using a R kernel, shutdowning the kernel (via jupyter) will kill them.
So it appears that
%shutdown R
does not cleanly killed R.The text was updated successfully, but these errors were encountered: