Files
jupyterhub/examples/service-announcement/jupyterhub_config.py
2018-08-01 16:11:30 -07:00

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"]