Open oliver-sanders opened 4 years ago
I think JupyterHub also allows an extra form, to pass parameters to the spawner, or UI Server in our case. e.g.: https://jupyterhub.readthedocs.io/en/stable/reference/spawners.html#spawner-options-form
I wonder if it would be possible to use our provided config file for default values, but allow users to change the parameters (saves you from having to access the file on disk I think?)
We have done some basic customisation to the Cylc Hub, see #99, #50.
The Hub is a simple part of the system which users pass through very quickly so it doesn't matter too much but it would be nice to cover over the disjoint between JupyterHub and Cylc as much as possible so we might want to take this a little further.
One obvious thing to change is the favicon.
Pull requests welcome!