1.2 Ways to Use Sage
ubuntu2204
Kernel: SageMath 10.4
1.2 Ways to Use Sage
You can use Sage in several ways.
Notebook graphical interface: run
sage -n jupyter; see the Jupyter documentation on-line,Interactive command line: see The Interactive Shell,
Programs: By writing interpreted and compiled programs in Sage (see Loading and Attaching Sage files and Creating Compiled Code), and
Scripts: by writing stand-alone Python scripts that use the Sage library (see Standalone Python/Sage Scripts).