Show More
@@ -70,7 +70,7 def make_kernel(namespace, kernel_factory, | |||
|
70 | 70 | ostream=sys.__stdout__) |
|
71 | 71 | |
|
72 | 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 | 74 | context = zmq.Context() |
|
75 | 75 | session = Session(username=u'kernel') |
|
76 | 76 |
General Comments 0
You need to be logged in to leave comments.
Login now