I have a use-case when I am starting a kernel programmatically, and thus get the Ctrl-C message.
I see that if I provide the parent PID in the JPY_PARENT_PID environment variable, the message isn't printed; but I don't have easy access to the parent PID so I would prefer for it to just be quiet.
a) Is there a reason that I should pass JPY_PARENT_PID, that the kernel uses for any good reason?
b) If not, could the --quiet option be checked here to prevent the kernel from printing the Ctrl-C message if it's set?