-
Notifications
You must be signed in to change notification settings - Fork 307
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
Default URL when launching jupyter server puts you in infinite loop #52
Comments
Does this happen only in Firefox? |
@afshin chrome and firefox |
Cheers! |
(That is to say, I have no insight.) |
Default behavior should be to not open a browser :-) #51 |
@rolweber right, I agree :) However, it does go into an infinite loop even if I specify --ServerApp.open_browser=False, and copy paste the URL manually. |
We need to come up with a suitable message for the welcome page.
|
It would make sense to have a tornado template for the a default page (like we have 404.html and 500.html), and have the redirection point to it by default.
|
A default page for the server makes the most sense to me. We should also remove all the notebook templates in this repo. |
+1 |
Solved in #54 |
I'm going to close this for now since we added a default landing page in #54. Feel free to re-open if this doesn't fix things for you. |
jupyter server
/?token=XXX
in browserIf you manually have it open something like
/voila?token=XXX
it works fine. Default behavior should be better.The text was updated successfully, but these errors were encountered: