Sage is a python-based mathematics software that is called from the command line and comes by default in a CLI version. There is a notebook version that can be called from the CLI by typing notebook(). It is called sagemath here to distinguish sage from the other uses of the word.
Sage is a python-based mathematics software. It integrates almost a hundred mathematics software in a single python interface. Sage is called from the command line and comes by default in a command-line interface (CLI) version. There is a notebook version that can be called from the CLI by typing notebook()
.