##// END OF EJS Templates
Add pid number to kernel startup message....
Fernando Perez -
Show More
@@ -70,7 +70,7 b' def make_kernel(namespace, kernel_factory,'
70 ostream=sys.__stdout__)
70 ostream=sys.__stdout__)
71
71
72 # Create a context, a session, and the kernel sockets.
72 # Create a context, a session, and the kernel sockets.
73 io.raw_print("Starting the kernel...")
73 io.raw_print("Starting the kernel at pid:", os.getpid())
74 context = zmq.Context()
74 context = zmq.Context()
75 session = Session(username=u'kernel')
75 session = Session(username=u'kernel')
76
76
General Comments 0
You need to be logged in to leave comments. Login now