1 | initial version |
Instead of the Virtual Machine, it is recommended to run Sage 7.6 in Windows via Docker: https://docs.docker.com/docker-for-windows/
To install Sage 7.6 image, do
docker pull sagemath/sagemath
Then run it via
docker run -it sagemath/sagemath
To run it in the Jupyter notebook:
docker run -p 8888:8888 sagemath/sagemath-jupyter
or in the Sage legacy notebook:
docker run -p 8080:8080 sagemath/sagemath sage -notebook
More details here.
2 | No.2 Revision |
EDIT (3 March 2017): The VM files for Sage 7.6 are ready at http://www.sagemath.org/download-windows.html
Instead of the Virtual Machine, it is recommended to run Sage 7.6 in Windows via Docker: https://docs.docker.com/docker-for-windows/
To install Sage 7.6 image, do
docker pull sagemath/sagemath
Then run it via
docker run -it sagemath/sagemath
To run it in the Jupyter notebook:
docker run -p 8888:8888 sagemath/sagemath-jupyter
or in the Sage legacy notebook:
docker run -p 8080:8080 sagemath/sagemath sage -notebook
More details here.
3 | No.3 Revision |
EDIT (3 March April 2017):
The VM files for Sage 7.6 are ready at
http://www.sagemath.org/download-windows.html
Instead of the Virtual Machine, it is recommended to run Sage 7.6 in Windows via Docker: https://docs.docker.com/docker-for-windows/
To install Sage 7.6 image, do
docker pull sagemath/sagemath
Then run it via
docker run -it sagemath/sagemath
To run it in the Jupyter notebook:
docker run -p 8888:8888 sagemath/sagemath-jupyter
or in the Sage legacy notebook:
docker run -p 8080:8080 sagemath/sagemath sage -notebook
More details here.