Fix jupyter config syntax
This commit is contained in:
parent
6ec9d07aaf
commit
c9507aa47c
|
@ -23,7 +23,7 @@ in
|
||||||
c.Authenticator.allowed_users = {'adrielus', 'prescientmoon'}
|
c.Authenticator.allowed_users = {'adrielus', 'prescientmoon'}
|
||||||
c.Authenticator.admin_users = {'adrielus', 'prescientmoon'}
|
c.Authenticator.admin_users = {'adrielus', 'prescientmoon'}
|
||||||
|
|
||||||
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'
|
||||||
c.SystemdSpawner.cpu_limit = 2.0
|
c.SystemdSpawner.cpu_limit = 2.0
|
||||||
|
|
Loading…
Reference in a new issue