Skip to content

UI Customization #1705

Answered by iameskild
jbouder asked this question in Q&A
Apr 9, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @jbouder, thank you for opening this discussion. I have outlined below what is needed to make some of these UI changes:

  1. To customize the title, description, etc. on the Nebari (jupyterhub) landing page, you can modify the theme.jupyterhub section in the nebari-config.yaml (docs here).
theme:
  jupyterhub: 
    hub_title: <title>
    hub_subtitle: <subtitle>
    welcome: |
      <welcome message>
  1. We have a custom Nebari jupyterhub theme that is controlled via this repo. This 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…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jbouder
Comment options

Answer selected by jbouder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants