{% extends "html/base_authenticated.html" %} {% block title %}Sage Documentation{% endblock %} {% block javascript %} {% endblock%} {% block page_id %}docs-main-page{% endblock %} {% block main %}
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.
{{ x }} | |
{{ z }} | {{ w }} |
The Sage Notebook was primarily written by William Stein with substantial contributions from Tom Boothby, Timothy Clemans, Alex Clemesha, Mike Hansen, Bobby Moretti, Yi Qiang, and Dorian Raymer.
{% endblock %}