Ask Your Question

Revision history [back]

You should use the Jupyter notebook.

Launch it by running

$ sage -n jupyter

after cd-ing to the location you want.

This will open your browser at the page localhost:8888/tree

Then click "New" and in the pop-up menu select "SageMath 7.x".

Your browser will now be at http://localhost:8888/notebooks/Untitled.ipynb?kernel_name=sagemath.

Then type in some code in the input cells; get output cells when you evaluate them.