Skip to content
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

PR: Show kernel initialization errors in the IPython console #3861

Merged
merged 17 commits into from
Dec 21, 2016

Conversation

ccordoba12
Copy link
Member

Fixes #3458.


This PR does several things:

  1. Redirects the kernel process stderr output to a file and shows it in case of failure in our consoles. With this I'm trying to avoid the infinite stream of Kernel died, restarting messages and give feedback to users of what's the cause of the error.
  2. Introduces a shortcut to restart kernels, so that we can override the one defined in qtconsole and control this process ourselves.
  3. Clears the console on restarts.

@ccordoba12 ccordoba12 added this to the v3.1 milestone Dec 20, 2016
@ccordoba12 ccordoba12 changed the title Show kernel initialization errors in the IPython console PR: Show kernel initialization errors in the IPython console Dec 20, 2016
@ccordoba12
Copy link
Member Author

Ok, let's hope this one improves things for people with kernel problems :-)

@ccordoba12 ccordoba12 merged commit 0956b35 into spyder-ide:3.x Dec 21, 2016
@ccordoba12 ccordoba12 deleted the show-kernel-errors branch December 21, 2016 02:48
ccordoba12 added a commit that referenced this pull request Dec 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant