Sage Mathematics Software

Use the Jupyter notebook.

Take me to the Jupyter notebook

To skip this page and go directly to the Jupyter notebook, run sage --notebook=jupyter on the command line.

The old notebook is now deprecated.

Starting from version 9.0, Sage is using Python3 by default. The old Sage notebook only works for Sage using Python2 and is now deprecated. The old Sage notebook is still available as an optional package, working only under Python2. You need to install it using sage -i sagenb.

Run the old Sage Notebook

To skip this page and launch directly the old notebook, run sage --notebook=sagenb on the command line.

Convert old notebooks to Jupyter

Click on any of the notebooks below to convert it to a new Jupyter notebook and open it in Jupyter:

ID
Name
{% for nb in notebooks %}
{{ nb.unique_id }}
{{ nb.name }}
{% endfor %}