consistent submit buttons

This commit is contained in:
Min RK
2024-04-17 15:44:17 +02:00
parent 01e7d00829
commit 7d7db9774f
4 changed files with 5 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ c.JupyterHub.bind_url = 'http://127.0.0.1:8000'
# don't cache static files
c.JupyterHub.tornado_settings = {
"no_cache_static": True,
"slow_spawn_timeout": 0,
}
c.JupyterHub.allow_named_servers = True