jupyterhub/README.md

13 lines
287 B
Markdown
Raw Normal View History

2023-01-20 12:16:09 +00:00
# Jupyterhub k8s
2024-01-29 11:11:32 +00:00
2.0.0 ...
2023-01-20 13:01:31 +00:00
## Add Conifg Parameters
```
c.JupyterHub.template_vars = {
'description': os.getenv('DESCRIPTION'),
'tc': os.getenv('TC'), }
```
and use Environment variables:
- DESCRIPTION -> Landing page text in markdown
- TC -> terms and conditions in markdown