Hey!
when I start jupyterlab with installed jupyterlab-hub extension I run into these errors:
Directory not found
Directory not found: ""
Error
Invalid response: 405 Method Not Allowed
Launcher Error
Cannot read property 'path' of undefined
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!
Hey! when I start jupyterlab with installed jupyterlab-hub extension I run into these errors:
Directory not found Directory not found: ""
Error Invalid response: 405 Method Not Allowed
Launcher Error Cannot read property 'path' of undefined
This also results in a not visible hub bar at the top. Configuration: Worker has installed jupyterlab-hub extension and jupyterhub_config.py has:
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 prefixmean?
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!