Skip to content

Commit 14e0bd9

Browse files
committed
Jupyter: Disable token authentication.
1 parent 97ae80f commit 14e0bd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

brev/jupyter-server-config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
c.ServerApp.allow_root = True
88
c.ServerApp.password = ''
9+
c.IdentityProvider.token = ''
910

1011
c.ServerApp.terminado_settings = { 'shell_command': ['/bin/bash'] }
1112

0 commit comments

Comments
 (0)