##// END OF EJS Templates
Update reference to ZMQDisplayHook which was missed before.
Thomas Kluyver -
Show More
@@ -95,7 +95,7 b' class KernelApp(BaseIPythonApplication):'
95 no_stderr = Bool(False, config=True, help="redirect stderr to the null device")
95 no_stderr = Bool(False, config=True, help="redirect stderr to the null device")
96 outstream_class = Unicode('IPython.zmq.iostream.OutStream', config=True,
96 outstream_class = Unicode('IPython.zmq.iostream.OutStream', config=True,
97 help="The importstring for the OutStream factory")
97 help="The importstring for the OutStream factory")
98 displayhook_class = Unicode('IPython.zmq.displayhook.DisplayHook', config=True,
98 displayhook_class = Unicode('IPython.zmq.displayhook.ZMQDisplayHook', config=True,
99 help="The importstring for the DisplayHook factory")
99 help="The importstring for the DisplayHook factory")
100
100
101 # polling
101 # polling
General Comments 0
You need to be logged in to leave comments. Login now