How to configure Jupyterhub to run code-server? – JupyterHub
Do you have an example hub configuration to run single-user code-server instance? The only solution I found is not clear.
Is there any way to configure to select to launch Jupyterlab and/or code-server and/or R-Studio after the Jupyterhub login page?
As mentioned in nils-braun’s codehub project, using this, I can;
- Let users choose between different “profiles” (e.g. resources, predefined images)
- Customize user
- Using a different authenticator, e.g. OAuth2 (e.g. via GitHub), LDAP, Active Directory.
- Use HTTPS for encrypting the communication with the hub.
- Automatically remove idle servers.
I really appreciate your help.
Read more here: Source link