-
Notifications
You must be signed in to change notification settings - Fork 340
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
Launch into /lab
by default by changing TLJH config's default value
#775
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this @raybellwaves!
I don't feel comfortable enough to merge this, because I believe this needs some discussion before. For example, there is a conversation about this in z2jh
which I believe concluded that migrating to JupyterHub 2.0 which defaults to JupyterLab is the way to go.
Maybe we can do the same for TLJH and focus on migrating to JupyterHub 2.0, and then figure what needs to change in order to accommodate the hub's default interface.
If we resolve #724 this should be easier to deal with |
I rebased this PR and pushed a commit updating the docs about this change, and adding a breaking change changelog entry about it. |
/lab
by default by changing TLJH config's default value
This PR changes the default value for the TLJH config
user_environment.default_app
tojupyterlab
, which makesc.Spawner.default_url
be set to/lab
by default in TLJH.To revert to the behavior before this, a TLJH admin can do:
Closes #773