sagemath_repl: IPython kernel, Sage preparser, doctester¶
The pip-installable distribution passagemath-repl
is a
distribution of a small part of the Sage Library.
It provides a small, fundamental subset of the modules of the Sage library
(“sagelib”, passagemath-standard
), providing the IPython kernel, Sage preparser,
and doctester.
What is included¶
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
ipython: Interactive computing environment with an enhanced interactive Python shell
ipywidgets: Interactive HTML widgets for Jupyter notebooks and the IPython kernel
jupyter_client: Jupyter protocol implementation and client libraries
sagemath_objects: Sage objects, elements, parents, categories, coercion, metaclasses
typing_extensions: Backported and Experimental Type Hints for Python 3.8+
Version Information¶
package-version.txt:
10.6.29
version_requirements.txt:
passagemath-repl ~= 10.6.29.0
Installation commands¶
$ pip install passagemath-repl~=10.6.29.0
$ sage -i sagemath_repl
However, these system packages will not be used for building Sage
because spkg-configure.m4
has not been written for this package;
see upstream Issue #27330 for more information.