/sage-explorer

A Jupyter widget for exploring SageMath objects

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Sage Explorer

A Jupyter Notebook widget for exploring SageMath objects.

Installation

Try it on binder

demo

Local install from source

Download the source from the git repository:

$ git clone https://github.com/sagemath/sage-explorer.git

Change to the root directory and run:

$ sage -pip install --upgrade --no-index -v .

For convenience this package contains a [makefile](makefile) with this and other often used commands. Should you wish too, you can use the shorthand:

$ make install

Install from PyPI

Sage Explorer is distributed on PyPI.

$ sage -pip install sage_explorer

Usage

See the demo notebook.