I want to use Sagemath on Windows and I have two options:
Install Ubuntu using WSL and then install the sagemath package (sudo apt install sagemath) ... this will install Sagemath 9.5.
Install Docker for windows and then install the sagemath/sagemath Docker image (docker pull sagemath/sagemath) this will install Sagemath 10.3.
Are there a lot of differences between 9.5 and 10.3 ? should I be worried that I am using an older version of sagemath(9.5) ? should I go with option 1 or 2 ?