I am running some simulation through a server.
I usually login in the server using ssh command from the shell of my laptop. then I run emacs in terminal mode and with it I start some python simulations.
Now I would like to close the connection between my laptop and the server but leave the simulations and emacs running in the server.
I would like then be able to connect again to the server and restart to work with emacs.
How can I do that?