Show More
@@ -60,7 +60,7 b' def write_connection_file(fname=None, shell_port=0, iopub_port=0, stdin_port=0, ' | |||
|
60 | 60 | The path to the file to write |
|
61 | 61 | |
|
62 | 62 | shell_port : int, optional |
|
63 | The port to use for ROUTER channel. | |
|
63 | The port to use for ROUTER (shell) channel. | |
|
64 | 64 | |
|
65 | 65 | iopub_port : int, optional |
|
66 | 66 | The port to use for the SUB channel. |
@@ -69,10 +69,10 b' def write_connection_file(fname=None, shell_port=0, iopub_port=0, stdin_port=0, ' | |||
|
69 | 69 | The port to use for the ROUTER (raw input) channel. |
|
70 | 70 | |
|
71 | 71 | control_port : int, optional |
|
72 |
The port to use for the ROUTER ( |
|
|
72 | The port to use for the ROUTER (control) channel. | |
|
73 | 73 | |
|
74 | 74 | hb_port : int, optional |
|
75 | The port to use for the hearbeat REP channel. | |
|
75 | The port to use for the heartbeat REP channel. | |
|
76 | 76 | |
|
77 | 77 | ip : str, optional |
|
78 | 78 | The ip address the kernel will bind to. |
General Comments 0
You need to be logged in to leave comments.
Login now