|
|
@ -1,14 +1,20 @@
|
|
|
|
A simple Jupyter kernel for the Magma computer algebra system
|
|
|
|
A simple Jupyter kernel for the Magma computer algebra system
|
|
|
|
|
|
|
|
|
|
|
|
This requires IPython 3.
|
|
|
|
This kernel requires that Magma is installed and runnable using the
|
|
|
|
|
|
|
|
standard path, i.e., that typing the command ``magma`` will run magma.
|
|
|
|
|
|
|
|
Furthermore, it requires Jupyter running on Py3.
|
|
|
|
|
|
|
|
|
|
|
|
At the moment the following download and installation procedure should
|
|
|
|
If ``pip`` and ``python`` point to their Py3 versions, you can install the
|
|
|
|
work as a normal user::
|
|
|
|
kernel as a user with the commands::
|
|
|
|
|
|
|
|
|
|
|
|
git clone https://github.com/nbruin/magma_kernel.git
|
|
|
|
pip install git+https://github.com/nbruin/magma_kernel --user
|
|
|
|
pip install . --user
|
|
|
|
|
|
|
|
python -m magma_kernel.install
|
|
|
|
python -m magma_kernel.install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On some systems you may need to use ``pip3`` and ``python3`` instead::
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pip3 install git+https://github.com/nbruin/magma_kernel --user
|
|
|
|
|
|
|
|
python3 -m magma_kernel.install
|
|
|
|
|
|
|
|
|
|
|
|
To use it, run one of:
|
|
|
|
To use it, run one of:
|
|
|
|
|
|
|
|
|
|
|
|
.. code:: shell
|
|
|
|
.. code:: shell
|
|
|
|