Tiemen
CCoder.com
•Created by Tiemen on 4/3/2025 in #help
code-server as a frontend for JupyterHub
Well, I want the simplicity of the JupyterHub K8s (z2jh helm template) admin and user provisioning and the coder Docker image for users. No need for Terraform, RBAC or other template management. Just K8s, a single helm chart and a Docker image with code-server for users.
The question is if anyone has succeeded in replacing the default JupyterLab frontend with code-server's VS Code frontend. Perhaps by wrapping it in
jupyter_server
's ServerApp
class or adjusting the KubeSpawner
class correctly to play nice with JupyterHub.6 replies