answered 5 years ago
To get your plot using the parametric_plot3d command that vdelecroix suggested, you could try:
parametric_plot3d
u = var('u') parametric_plot3d([2,u,u^2],(u,-2,2))
The result, running in a SageCellServer is shown: