-
Notifications
You must be signed in to change notification settings - Fork 391
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
Multi binder launch token problem #211
Comments
@betatim Are you still seeing this? |
Yeah, I saw this a couple days ago. @minrk any thoughts on what could be
happening here?
…On Tue, Nov 14, 2017 at 12:26 PM, Carol Willing ***@***.***> wrote:
@betatim <https://github.com/betatim> Are you still seeing this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#211 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB23iw6M74apAFu1qEbj2O__QwZ8uhwks5s2fd2gaJpZM4P_5HB>
.
--
Yuvi Panda T
http://yuvi.in/blog
|
Yes, this is fixed by jupyter/notebook#2959 which will be in the next notebook release. It's caused by the fact that all notebooks are setting the same cookie, clobbering each other so you can only talk to one binder at a time. Unfortunately, there is no good way to deal with this other than wait for the next notebook release and upgrade. If we did our own sidecar auth proxy (#258), we would be in control of this stuff. |
After launching multiple different binders from the same browser they open but when you try to open a notebook you get asked for the token instead of seeing the notebook itself.
The text was updated successfully, but these errors were encountered: