##// END OF EJS Templates
* Moved KernelManager attribute management code in FrontendWidget into a mixin class usable in any Qt frontend. Registering handlers for message types is now trivial....
* Moved KernelManager attribute management code in FrontendWidget into a mixin class usable in any Qt frontend. Registering handlers for message types is now trivial. * Made the Qt kernel manager signal interface more consistent with the revised message specification.
epatters -
r2770:0773317e
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / qt / console
tests
__init__.py Loading ...
ansi_code_processor.py Loading ...
call_tip_widget.py Loading ...
completion_lexer.py Loading ...
completion_widget.py Loading ...
console_widget.py Loading ...
demo.py Loading ...
frontend_widget.py Loading ...
ipython_widget.py Loading ...
pygments_highlighter.py Loading ...
rich_ipython_widget.py Loading ...