Make Javi normal (non admin) jupyter user
This commit is contained in:
parent
ac7107dccb
commit
63695aba67
|
@ -19,7 +19,7 @@ in
|
||||||
# {{{ Spwaner & auth config
|
# {{{ Spwaner & auth config
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
c.Authenticator.allowed_users = {'adrielus', 'javi'}
|
c.Authenticator.allowed_users = {'adrielus', 'javi'}
|
||||||
c.Authenticator.admin_users = {'adrielus', 'javi'}
|
c.Authenticator.admin_users = {'adrielus'}
|
||||||
|
|
||||||
c.Spawner.notebook_dir='${config.users.users.pilot.home}/projects/notebooks'
|
c.Spawner.notebook_dir='${config.users.users.pilot.home}/projects/notebooks'
|
||||||
c.SystemdSpawner.mem_limit = '2G'
|
c.SystemdSpawner.mem_limit = '2G'
|
||||||
|
|
Loading…
Reference in a new issue