You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
*`latest` — the stable `master` branch[](https://github.com/saraedum/sage/commits/master)[](https://circleci.com/gh/saraedum/sage/tree/master)[](https://gitlab.com/saraedum/sage/commits/master)
6
6
*`x.x.x` — all stable releases of Sage are tagged with their version number.
7
-
*`develop` — the current development version of Sage which gets merged into the `master` branch when a new version of Sage is released
7
+
*`develop` — the current development version of Sage which gets merged into the `master` branch when a new version of Sage is released [](https://github.com/saraedum/sage/commits/develop)[](https://circleci.com/gh/saraedum/sage/tree/master)[](https://gitlab.com/saraedum/sage/commits/develop)
8
+
8
9
9
10
# What is SageMath
10
11
@@ -16,15 +17,15 @@ SageMath is a free open-source mathematics software system licensed under the GP
16
17
17
18
There are several flavours of this image.
18
19
19
-
*[`sagemath/sagemath`](https://hub.docker.com/sagemath/sagemath) contains everything necessary to run Sage on the command line. Run it with:
20
+
*[`sagemath/sagemath`](https://hub.docker.com/saraedum/sagemath) contains everything necessary to run Sage on the command line. Run it with:
20
21
```
21
22
docker run -it sagemath/sagemath:latest
22
23
```
23
24
You can start a graphical [Jupyter Notebook](https://jupyter.org) at http://localhost:8888 instead. To use the notebook, follow the instructions printed when you run:
24
25
```
25
26
docker run -p8888:8888 sagemath/sagemath:latest "sage -n jupyter --no-browser --ip='*' --port=8888"
26
27
```
27
-
* [`sagemath/sagemath-dev`](https://hub.docker.com/sagemath/sagemath-dev) contains all the build artifacts to rebuild Sage quickly. This version is probably only relevant for Sage developers. Run this image with:
28
+
* [`sagemath/sagemath-dev`](https://hub.docker.com/saraedum/sagemath-dev) contains all the build artifacts to rebuild Sage quickly. This version is probably only relevant for Sage developers. Run this image with:
0 commit comments