First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why not use the PARI/GP kernel for Jupyter?

To install it on top of your Sage installation,

$ sage -pip install pari_jupyter

and then you can select it when creating a Jupyter worksheet.

Likewise, you can install the GAP and Singular kernels for Jupyter:

$ sage -pip install gap_jupyter
$ sage -pip install singular_jupyter
click to hide/show revision 2
No.2 Revision

Why not use the PARI/GP kernel for Jupyter?

To install it on top of your Sage installation,

$ sage -pip install -i pari_jupyter

and then you can select it when creating a Jupyter worksheet.

Likewise, you can install the GAP and Singular kernels for Jupyter:

$ sage -pip install -i gap_jupyter
$ sage -pip install -i singular_jupyter
click to hide/show revision 3
No.3 Revision

Why not use the PARI/GP kernel for Jupyter?

To install it on top of your Sage installation,

$ sage -i pari_jupyter

and then you can select it when creating a Jupyter worksheet.

Likewise, you can install the GAP GAP, R and Singular kernels for Jupyter:

$ sage -i gap_jupyter
$ sage -i r_jupyter
$ sage -i singular_jupyter