A magma kernel for Jupyter, based on bash_kernel
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nils Bruin abf431f057 Fix install script 7 years ago
magma_kernel Fix install script 7 years ago
.gitignore Major rewrite 7 years ago
LICENSE Major rewrite 7 years ago
MANIFEST.in Major rewrite 7 years ago
README.rst Major rewrite 7 years ago
setup.py Major rewrite 7 years ago

README.rst

A simple Jupyter kernel for the Magma computer algebra system

This requires IPython 3.

To install::

    pip install magma_kernel
    python -m magma_kernel.install

To use it, run one of:

.. code:: shell

    jupyter notebook
    # In the notebook interface, select Magma from the 'New' menu
    jupyter qtconsole --kernel magma
    jupyter console --kernel magma

This code is based on a Magma kernel for IPython written by Christopher 
Granade, which was in turn based on the Bash example kernel by Thomas 
Kluyver. Improvements made in the current version include Tab 
completion, processing of help requests by returning an appropriate 
help query URL for Magma online documentation, and the reporting of 
partial output.