A Jupyter Notebook widget for exploring SageMath objects.
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
Sage Explorer is distributed on PyPI.
$ sage -pip install sage_explorer
See the demo notebook.
The most practical process for contributions is to
# open a ticket to describe what you intend to do # write your patch # make a pull request
Please PR to the branch develop as the branch master holds only stable code.
- This package was created under funding of the Horizon 2020 European Research Infrastructure project OpenDreamKit (grant agreement #676541).
- Nathan Carter offered inspiring insights for the new 0.5.0 design.