mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-17 02:05:08 +00:00
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.