If I write somePlot=parametric_plot3d((sin, cos, lambda u: u/10), (0,20))
somePlot.show()
Into a .sage file and therafter write sage file.sage
it will not show anything. While if I run sage interactively from the terminal and write the same it will open jmol viewer and show the file. Why does this happen?