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 ca52e83 commit e610745Copy full SHA for e610745
jupyter_server_proxy/config.py
@@ -126,6 +126,7 @@ class ServerProcess(Configurable):
126
unix_socket = Union(
127
[Bool(False), Unicode()],
128
default_value=None,
129
+ allow_none=True,
130
help="""
131
If set, the service will listen on a Unix socket instead of a TCP port.
132
Set to True to use a socket in a new temporary folder, or a string
0 commit comments