-
Notifications
You must be signed in to change notification settings - Fork 217
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
Cannot change kernel under jupyter #2000
Comments
I can't reproduce this wth my Docker instance. Does it work if you wait a little longer, or restart your project? |
I installed it on 3 different machines. The first one I installed (saturday, under os x sierra) works as expected. The other 2 ones I installed (today, one on Sierra and one on El Capitan) do not let me change the kernel. Maybe some problem with versions? I tried waiting longer and stoping and starting the container... makes no difference. |
I can't replicate this, so there's no possibility for me to fix this unfortunately. |
Re-opening since I was just able to replicate this. I suspect it must be some sort of race condition |
The root problem -- you can't set a secure cookie over http. So first, all of these problems are solved if you use https://localhost instead of http. |
I've significantly updated the README instructions to reflect that one must use a secure connection. |
Thanks! |
I updated the README instructions at https://github.com/sagemathinc/cocalc/blob/master/src/dev/docker/README.md so that running them would not allow an insecure connection. |
I have just installed cocalc locally via a docker container. After a fresh install, and launch of the docker, I created a project and a jupyter file inside it. The "change kernel" option is greyed out and I cannot switch to sagemath kernel (for instance).
The text was updated successfully, but these errors were encountered: