I have an issue which might be related. I get exactly the same problem when using matplotlib in Ipython: "It seems the kernel died unexpectedly. Use 'Restart kernel' to continue using this console."
If I run it in a normal console inside spyder it dies - if I run it in a normal console outside spyder there is no problem. To reproduce run: """ from pylab import * plot([1], [2]) """ My configuration is: Python 3.5.1 |Anaconda 2.2.0 (64-bit)| (default, Feb 16 2016, 09:49:46) [MSC v.1900 64 bit (AMD64)] I have not tried it on my linux machine yet, but this seems to be a problem starting recently, maybe due to an upgrade of Anaconda. /Jonatan Den tirsdag den 5. april 2016 kl. 16.54.26 UTC+2 skrev Carlos Córdoba: > > I don't know. Does the kernel die when you run simple computations or not? > > El 05/04/16 a las 09:51, Rakesh Kumar escribió: > > Hi Carlos, I am facing same problem, > > But i have given a heavy computation command, is it that reason I am > getting the error "It seems the kernel died unexpectedly. Use 'Restart > kernel' to continue using this console." > -- > You received this message because you are subscribed to the Google Groups > "spyder" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] > <javascript:>. > Visit this group at https://groups.google.com/group/spyderlib. > For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
