-
Notifications
You must be signed in to change notification settings - Fork 295
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
Different error handling of kernel startup and restart #10937
Comments
Oh that's a weird error, never seen that before. Looks like Jupyter is in a broken state, we end up with a session but no kernel connection, very weird. @rebornix please could you provide the logs (I'd like to see the exact line when this fails). I'm assuming I know, but would like to be certain, as I cannot replicate this. |
@DonJayamanne the minified call stack is probably not easy to debug but here we go
|
Thanks, stack trace was very helpful, was able to find the exact spot where things failed |
Testing #10923
ipynb
file with contentprint(123)
in the first cellemail.py
file in the same folderNow I got error message
And in the Jupyter log it said
If we flip step 2 and 3, then we would get proper error message
The text was updated successfully, but these errors were encountered: