##// END OF EJS Templates
Fix ctrl-\ behavior...
Fix ctrl-\ behavior This commit fixes two issues with ctrl-\ when using IPython on linux: - Previously, pressing ctrl-\ would make IPython exit without resetting the terminal configuration - IPython users could not override the behavior of ctrl-\ using `signal.signal(signal.SIGQUIT, ...)` as they would in other terminal apps

File last commit:

r21636:ec0fabd0
r27599:6c515657
Show More
kernels.rst
8 lines | 182 B | text/x-rst | RstLexer
Min RK
remove a few more docs that have been moved to other repos
r21636 :orphan:
Thomas Kluyver
Add docs on writing kernels
r17286 ==========================
Making kernels for IPython
==========================
Min RK
remove a few more docs that have been moved to other repos
r21636 Kernels are now part of Jupyter - see
:ref:`jupyterclient:kernels` for the documentation.