I am trying to create an animation with the results from a simulation remotely through “ssh -X”. When doing locally, it is quite fast. Through the ssh, it get extremely slow. It would be easier for me to simply get the resulting “.mp4”.
Is it possible to create the plot through the ssh on the remote machine, without sending it back? To keep the communication between computers just on the minimum as possible and then simply exporting the final file.
I’ve also used Pluto/PlutoUI controls with Makie observables to handle interactive animations over slow/flaky connections, but that might be too big a change to your workflow.