Not sure if this belongs on the jupyterhub github issues, but I’ll start here because according to PRs and issues it should be fixed already. I must be missing something because I have not had success.
With:
c.Spawner.cmd = [‘jupyterhub-singleuser’]
JupyterLab launches, but as expected, without the hub menu items, so can’t shutdown the notebook server.
With:
c.Spawner.cmd = [‘jupyter-labhub’]
I get 404.
By my understanding this should be fixed with:
So, I was wondering if anyone has had success?
Many thanks
Tim
(JupyterHub 1.3, but I also tried with 1.1 and had same results)
Awesome, confirmed as working with master. One thing still to clarify - the url when using lab is /lab/tree/Notebook.ipynb. Shouldn’t it be just /lab (and just /tree for classic notebook)?