{% extends "html/base_authenticated.html" %} {% block title %}{{ gettext('Sage Documentation') }}{% endblock %} {% block javascript %} {% endblock%} {% block page_id %}docs-main-page{% endblock %} {% block main %}

{{ gettext('How to use the Sage Notebook') }}

{{ gettext('A worksheet is an ordered list of Sage calculations with output.') }}

{{ gettext('A session is a worksheet and a set of variables in some state.') }}

{{ gettext('The Sage notebook is a collection of worksheets, saved objects, and user information.') }}

{% for x, y in notebook_help %} {% for z, w in y %} {% endfor %} {% endfor %}
{{ x | safe }}
{{ z | safe }}{{ w | safe }}

{{ gettext('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 %}