UI Customization
#1705
-
Would like to open up some discussion on the best way to customize Nebari from a UI perspective. My expectation is that this is something I could achieve at one of the following levels:
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
iameskild
Apr 10, 2023
Replies: 1 comment 1 reply
-
Hi @jbouder, thank you for opening this discussion. I have outlined below what is needed to make some of these UI changes:
theme:
jupyterhub:
hub_title: <title>
hub_subtitle: <subtitle>
welcome: |
<welcome message>
default_images:
jupyterhub: <location of customize jupyterhub image> # includes registry, image name and tag
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jbouder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jbouder, thank you for opening this discussion. I have outlined below what is needed to make some of these UI changes:
theme.jupyterhub
section in thenebari-config.yaml
(docs here).nebari-jupyterhub-theme
package is then included in the base JupyterHub docker image here. To customize this theme on your own, you would need to copy and modify the docker image for JupyterHub (such as including…