This is because you are writing a new function to file at every time-step.
If you rename u_euler
i.e.
u_euler.rename("new_name", "")
it should work to run them in Paraview.
However, in general, I would advice you to look through your code, and make sure that unnecessary variables are not recreated inside loops.