Files
stellars-jupyterhub-ds/docs
stellarshenson 107764474d fix: resolve lab icon URIs at runtime in pre_spawn_hook
file:// icons were resolved to bare paths at config load time, but
JupyterLab extensions interpret bare paths as filesystem locations.
Moved URI resolution to pre_spawn_hook where app.hub.url provides the
hub origin at runtime, constructing fully qualified http:// URLs
(e.g., http://jupyterhub:8080/hub/static/lab-main-icon.svg).
2026-02-09 16:51:21 +01:00
..
2026-01-22 01:46:37 +01:00