mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +00:00
11 lines
231 B
Python
11 lines
231 B
Python
|
|
c.JupyterHub.services = [
|
|
{
|
|
'name': 'announcement',
|
|
'url': 'http://127.0.0.1:8888',
|
|
'command': ["python", "-m", "announcement"],
|
|
}
|
|
]
|
|
|
|
c.JupyterHub.template_paths = ["templates"]
|