Stefan van der Walt wrote: >When I press C-\ inside IPython, it quits unexpectedly. > This is expected. C-\ is the Unix keyboard combination which sends the QUIT signal to your application. In the old days, this was like Control-C except it also generated a core dump.