We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4632316 commit b237195Copy full SHA for b237195
docs/source/server-process.rst
@@ -28,8 +28,11 @@ pairs.
28
* A list of strings that is the command used to start the
29
process. The following template strings will be replaced:
30
31
- * ``{port}`` the port (or path if :ref:`server-process-unix-socket` is True)
32
- that the process should listen on.
+ * ``{port}`` the port that the process should listen on. This will be 0 if
+ it should use a Unix socket instead.
33
+
34
+ * ``{unix_socket}`` the path at which the process should listen on a Unix
35
+ socket. This will be an empty string if it should use a TCP port.
36
37
* ``{base_url}`` the base URL of the notebook
38
0 commit comments