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, does anyone could 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 times 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 `