Error comment: it seems that the kernel has crashed
Hi, I haven’t succeed in using SageMath plotting by the show
function on Windows. After a fresh install at the root folder C:\sagemath\
(in lower-case and not in \home
directory as it’s recommended in the help pages on sage google group), I can’t produce the last line of this short script (below), and an alert window always writes that something goes wrong ("It seems that the kernel has crashed"). As I don’t know Sagemath for a long time, could anyone help? I’m sure you’re keen on doing a perfect install on Windows just by downloading binaries and running the installer, for the sake of users as it is written on the original website about Windows installation. Thank you so much for taking the time to read my post.
Here the executed lines in Jupyter:
m = random_matrix(RDF,500)
e = m.eigenvalues()
w = [(i, abs(e[i]))for i in range(len(e))]
show(points(w)) # it seems that the kernel has crashed
This is tracked at
To help solve this issue, can you provide your cpu information there?