mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
Add an example simple announcement service
This commit is contained in:
10
examples/service-announcement/jupyterhub_config.py
Normal file
10
examples/service-announcement/jupyterhub_config.py
Normal 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"]
|
Reference in New Issue
Block a user