Greg Merrit
Greg Merrit
Noting that in some contexts (e.g., jupyterlab interface) the upper-left logo is not a simple single image element, but rather a set of objects "drawn" in the browser; this may...
Jonathan has [an example from summer of 2022](https://github.com/berkeley-dsep-infra/datahub/pull/3500/files#diff-b55155cca69fb062e0d3eb1511e7754d1099bedf339294ea738cfd925a490753) that shows one of the methods for including a custom logo for a hub. Note that this strategy has a couple of...
Indeed, thanks @ryanlovett -- I dissected that .svg [here, above](https://github.com/berkeley-dsep-infra/datahub/issues/3248#issuecomment-1464641808). My initial thought is to do the jupyter notebooks (non-lab, "classic") first, get that checked off, and then visit other...
I will note that for hubs that currently do not use a custom `Dockerfile` (a discouraged practice to use custom `Dockerfile`s!), simply adding a custom logo means that a non-trivial...
@aculich, we've [merged to staging](https://github.com/berkeley-dsep-infra/datahub/pull/4497) the [code changes](https://github.com/berkeley-dsep-infra/datahub/pull/4497/files) that support custom logos for the "classic" notebook interface for hubs. An example is currently deployed on [this temporary development hub](https://logodev-staging.datahub.berkeley.edu/). The...
This looks great. I'm looking forward to the discussion/decisions & giving this a go!