jupyterhub

c.JupyterHub.authenticator_class = ‘jupyterhub.auth.PAMAuthenticator’
c.JupyterHub.bind_url = ‘http://:8000’
c.JupyterHub.confirm_no_ssl = True
c.JupyterHub.ip = ‘172.16.0.5’
c.JupyterHub.port = 8000
c.Authenticator.delete_invalid_users = True
c.LocalAuthenticator.create_system_users = True
c.JupyterHub.shutdown_on_logout = True
c.Authenticator.whitelist = {‘root’,‘xiaohuan’,‘hehe’}

你可能感兴趣的:(python)