diff --git a/IPython/terminal/console/interactiveshell.py b/IPython/terminal/console/interactiveshell.py index be16f3c..f0d7b73 100644 --- a/IPython/terminal/console/interactiveshell.py +++ b/IPython/terminal/console/interactiveshell.py @@ -413,6 +413,8 @@ class ZMQTerminalInteractiveShell(TerminalInteractiveShell): # this should not be necessary, but KeyboardInterrupt # handling seems rather unpredictable... self.write("\nKeyboardInterrupt in interact()\n") + + self.client.shell_channel.shutdown() def _banner1_default(self): return "IPython Console {version}\n".format(version=release.version)