Files
stellars-jupyterhub-ds/config
stellarshenson 6e5115e153 fix: use correct JupyterHub static files path for favicon copy
Static files are served from {sys.prefix}/share/jupyterhub/static/,
not from the Python module directory. os.path.dirname(jupyterhub.__file__)
resolves to site-packages/jupyterhub/ which has no static/ subdirectory.
2026-02-06 17:03:17 +01:00
..