File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ jupyter standaloneproxy --address=localhost --port=8000 ...
5151
5252### Disable Authentication
5353
54- For testing, it can be useful to disable the authentication with JupyterHub. Passing ` --skip -authentication ` will
54+ For testing, it can be useful to disable the authentication with JupyterHub. Passing ` --no -authentication ` will
5555not trigger the login process when accessing the application.
5656
5757``` {warning} Disabling authentication will leave the application open to anyone! Be careful with it,
@@ -76,7 +76,7 @@ c.StandaloneProxyServer.address = "localhost"
7676c.StandaloneProxyServer.port = 8000
7777
7878# Disable authentication
79- c.StandaloneProxyServer.skip_authentication = True
79+ c.StandaloneProxyServer.no_authentication = True
8080```
8181
8282A default config file can be emitted by running ` jupyter standaloneproxy --generate-config `
You can’t perform that action at this time.
0 commit comments