Added Nbgrader

This commit is contained in:
2025-07-15 18:40:59 +02:00
parent a6db921bea
commit d7e7733166
25 changed files with 1354 additions and 17 deletions

9
jupyterhub/conf_test.py Normal file
View File

@@ -0,0 +1,9 @@
c = get_config()
c.JupyterHub.authenticator_class = "dummy"
c.JupyterHub.spawner_class = "docker"
c.JupyterHub.hub_ip = '0.0.0.0'
c.JupyterHub.hub_connect_ip = 'jupyterhub'
c.DockerSpawner.image = 'jupyter/base-notebook'
c.DockerSpawner.network_name = 'stack_default'
c.DockerSpawner.remove = True