{% extends "base.html" %} {% block title %}Documentation{% endblock %} {% block css %}main{% endblock %} {% block javascript %} {% endblock %} {% block body %} {% include "top_bar.html" %}

Tutorial    Reference Manual    Developer Guide    Constructions

Fast Static Versions of the Documentation    Help via Internet Chat (IRC)


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 %} {% endfor %}
{{ x }}{{ y }}


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 %}