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