zmqterminal subclasses TerminalInteractiveShell/IPApp...
zmqterminal subclasses TerminalInteractiveShell/IPApp
this does a lot of the boiler plate for us, so Omar's communication
code is used in place of run_cell / complete.
Now colors, prompts, indentation, cl-args, etc. are all inherited
from regular existing code.
keyboard interrupts don't work yet, the kernel just dies...