kernel dies on plot
I have a clean installation of SageMath on Windows 10:
SageMath version 9.2, Release Date: 2020-10-24. Using Python 3.7.7.
When I try to plot anything with SageMath notebook, e.g.
P = plot(sin, (0, 10))
P
the kernel dies. This happens on Firefox and Chrome.
How can this be? Many thanks.
Other similar reports:
@OldMortality -- To help debug, please launch "SageMath Shell", type
cat cpuinfo
, hit Enter, and paste the output here.