jupyterhub / jupyterlab-hub

Deprecated: JupyterLab extension for running JupyterLab with JupyterHub
BSD 3-Clause "New" or "Revised" License
181 stars 40 forks source link

No hub bar on worker. Multiple errors #73

Open h4gen opened 6 years ago

h4gen commented 6 years ago

Hey! when I start jupyterlab with installed jupyterlab-hub extension I run into these errors:

Directory not found Directory not found: "" image

Error Invalid response: 405 Method Not Allowed image

Launcher Error Cannot read property 'path' of undefined image

This also results in a not visible hub bar at the top. Configuration: Worker has installed jupyterlab-hub extension and jupyterhub_config.py has:

c.Spawner.cmd = ['jupyter-labhub']

I don't know if it has to do with the mentioned page_config.json. Tbh I dont really understand this part. Does the file have to be on the server or on the worker? And what does the term 'served under a subdirectory' for the prefix

{
    "hub_prefix": "/jupyter"
}

mean?

Is this the path in the url? Is it the path where jupyterhub is installed on the server? Would be nice to have this cleared up!

Thanks alot!