Ask Your Question

Revision history [back]

You can install pari-jupyter which provides a PARI Jupyter kernel.

The simplest way to install it is to type the following from within sage:

sage: %pip install pari-jupyter

or if you installed Sage using conda and mamba, activate the Sage conda environment

$ conda activate sage

and install pari-jupyter in it

$ mamba install pari_jupyter

Next time you start Jupyter Notebook or Jupyter Lab, you will have the option of creating Jupyter notebooks with the "pari-jupyter" PARI Jupyter kernel.