-
Notifications
You must be signed in to change notification settings - Fork 142
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
Connecting to kernel error #101
Comments
Did you manage to solve it? I have a similar issue. When running on JupyterHub sometimes the kernel seems to be working properly while others it hangs and is never ready. I have requested in the JupyteHub forum but still no answer or idea :( |
I've seen this occasionally when a previous cell was either incomplete[0] or was swallowing stdin[1]. When this next occurs, please try restarting the kernel, and if the problem persists then post the logs from juptyer (which should contain any bash_kernel errors). [0]: e.g. something like |
It seems it is not of the cases. When I click on the terminal button, in stead of showing the terminal, the screen is blank. If I open a tab with a Bash notebook and type |
When I open jupyter notebook for Bash, the n/b shows connecting to kernel in orange box but the bash kernel is never ready.
The text was updated successfully, but these errors were encountered: