HTML Viewer for Graphics3d Object does not display
Just installed SageMath from source.
Environment is
Distributor ID: Ubuntu
Description: Ubuntu 23.04
Release: 23.04
Codename: lunar
running under Windows Linux System.
sage: x, y = var('x,y')
sage: plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))
Launched html viewer for Graphics3d Object
does not show any type of a three-dimensional plot. Two-dimensional plots work.
Regards,
Chuck... WB6YOK
This could be due to the snap version of Firefox shipped with Ubuntu 23.04, which forbids to read the temporary files generated by the threejs viewer. On my computer (Ubuntu 22.04), I had no other solution but reinstalling Firefox as a deb package, following these instructions. Then, SageMath 3D display was OK.
This might be the same problem as reported in
See if the answers there help.