Init
This commit is contained in:
11
kupyter-notebook/nbgrader_config.py
Normal file
11
kupyter-notebook/nbgrader_config.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from ngshare_exchange import configureExchange
|
||||
|
||||
c = get_config()
|
||||
|
||||
configureExchange(
|
||||
c, "http://ngshare.jupyterhub.svc.cluster.local:8080/services/ngshare"
|
||||
)
|
||||
|
||||
c.CourseDirectory.course_id = "*"
|
||||
|
||||
c.FormgradeApp.base_url = "/user/{username}/"
|
||||
Reference in New Issue
Block a user