jupyterhub打开系统用户的权限登录

配置配置文件

echo "c.Authenticator.allow_all = True" >> jupyterhub_config.py

只允许你某一个用户登录

echo "c.Authenticator.allowed_users = {'jupyterhub'}" >> jupyterhub_config.py

配置完配置文件重启服务即可

发表回复

后才能评论