pari_jupyter

A Jupyter kernel for PARI/GP.

Installation

Install the dependencies listed below and run

pip install pari_jupyter

Syntax highlighting

On Jupyter notebook versions older than 5.3, syntax highlighting must be explicitly enabled by running

jupyter nbextension enable --sys-prefix gp-mode/main

Replace --sys-prefix by --user for a user installation.

Dependencies

This kernel can also be obtained as optional package for SageMath (run sage -i pari_jupyter).