mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-07 21:50:28 +00:00
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).
project documentation