Add an example simple announcement service

This commit is contained in:
Rollin Thomas
2018-08-01 13:29:42 -07:00
parent 6cedd73d2a
commit 8ee9869ca0
4 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
c.JupyterHub.services = [
{
'name': 'announcement',
'url': 'http://127.0.0.1:8888',
'command': ["python", "-m", "announcement"],
}
]
c.JupyterHub.template_paths = ["templates"]