I'd like to add some custom content in my JupyterLab Launcher. This is the first page that new users see and I want to tell them about specifics of this environment and link to stuff. Kind of like this:
The Launcher's code is simple, and I can modify it to my liking. But I have trouble with applying the changes.
This is a JupyterHub environment (zero-to-jupyterhub-k8s) with a custom singleuser image that is derived from jupyter/datascience-notebook
.
The launcher is not a normal labextension. Can I make an extension to replace it anyway? Or should I try to patch in my changes somewhere? Where? I can't even find the Launcher's code inside the image.
vendors~main.xxx.js
file viased
. Next question: How do I get this past a code review? crying – Vowel