Logging on and Making a Worksheet#

This Sage worksheet is from a series of tutorials developed for the MAA PREP Workshop “Sage: Using Open-Source Mathematics Software with Undergraduates” (funding provided by NSF DUE 0817071). It is licensed under the Creative Commons Attribution-ShareAlike 3.0 license (CC BY-SA).

This document describes how to get into a Sage worksheet in the first place. If you already feel comfortable with this process, or at least comfortable enough to see how to actually use Sage, the main content of the tutorials begins with the introductory tutorial.

There are three main types of worksheets for Sage, all of which have somewhat similar behavior.

  • If you are using the Jupyter notebook or starting Sage from the command line, you may see some screens about exporting. We have basic information about this.

  • If you are using the CoCalc SageMath worksheets, you will want to contact them or read some of their documentation for further assistance.

The Export screen and Jupyter notebook#

Starting in Sage 8.0, the default is to provide the Jupyter notebook for your worksheet experience via an export screen. When you start Sage you may see a screen like this.

_images/NotebookExport.png

There are three actions you can take, each of which is highlighted in the next picture. Note that if you have no previous worksheets, the third option to “export” them will not make sense.

_images/NotebookExportDetails.png

The legacy SageNB has been retired in Sage 9.1. Please use the Jupyter notebook. Jupyter will bring you to a screen that is simply a listing of files in whatever folder Sage has opened in.

_images/JupyterIntroScreen.png

If you want to start a worksheet, you will look at the upper right corner and ask for a new worksheet:

_images/JupyterIntroDetails.png

Note

The Jupyter notebook saves your files locally in your normal filesystem, as normal file names. So if you start the notebook from a different location than usual, you may have to navigate a bit to find your worksheet.

Jupyter will allow you many types of files to open. To use SageMath directly, just choose the Sage type; this will ensure that Jupyter runs using Sage and not pure Python or some other language.

_images/FileChoose.png

You should now have a worksheet that looks more or less like this.

_images/BlankJupyter.png

Now you are ready to begin to evaluate Sage commands!