Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jupyterlab 2.0.0b3 does not start with jupyterhub #7775

Closed
enriqueartal opened this issue Jan 12, 2020 · 4 comments
Closed

jupyterlab 2.0.0b3 does not start with jupyterhub #7775

enriqueartal opened this issue Jan 12, 2020 · 4 comments
Labels
status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@enriqueartal
Copy link

I have tried version 2.0.0b2 in several computers. If I launch it directly it does not start, the browser asks for waiting or cleaning workspace; in both cases the page stays with jupyter lab logo, no logs indicate the problem even with the option --label.
In other computer, which uses jupyterhub, it complains about not finding labhubapp module. No problems when using 2.0.0a2 in all those computers. Thanks, Enrique.

@enriqueartal
Copy link
Author

Solved in 2.0.0b3

@enriqueartal enriqueartal changed the title jupyterlab 2.0.0b2 does not start jupyterlab 2.0.0b3 does not start with jupyterhub Jan 30, 2020
@enriqueartal
Copy link
Author

-jupyterlab 2.0.0b3 starts locally but not with jupyterhub. No clue from logs (extension has been updated).

@blink1073
Copy link
Member

Hi @enriqueartal, we removed labhubapp in 2.0 beta, you can use c.Spawner.default_url = '/lab' in your config. I opened #7844 to make a note of this in the change log.

@enriqueartal
Copy link
Author

It works for me now. I replaced c.Spawner.cmd = ['jupyter-labhub'] by c.Spawner.cmd = ['jupyterhub-singleuser'] in the config file.

Thanks!

@jasongrout jasongrout added this to the Reference milestone Feb 15, 2020
@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Mar 17, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Mar 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

No branches or pull requests

3 participants