##// END OF EJS Templates
publish 'starting' status when kernel starts
MinRK -
Show More
@@ -275,6 +275,9 b' class Kernel(Configurable):'
275
275
276 for s in self.shell_streams:
276 for s in self.shell_streams:
277 s.on_recv(make_dispatcher(s), copy=False)
277 s.on_recv(make_dispatcher(s), copy=False)
278
279 # publish idle status
280 self._publish_status('starting')
278
281
279 def do_one_iteration(self):
282 def do_one_iteration(self):
280 """step eventloop just once"""
283 """step eventloop just once"""
General Comments 0
You need to be logged in to leave comments. Login now