How to use the Sage Notebook
A
worksheet is an ordered list of Sage calculations with output.
A
session is a worksheet and a set of variables in some state.
The
Sage notebook is a collection of worksheets, saved objects, and user information.
To get started with Sage,
work through the tutorial (if
you have trouble with it, view the
static version).
{% for x, y in notebook_help %}
| {{ x }} | {{ y }} |
{% endfor %}