Skip to content

videlec/pari-jupyter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Python (tested with version 2.7.14 and 3.6.1)
  • Jupyter 4
  • PARI version 2.13 or later
  • Readline (any version which works with PARI)
  • Optional: Cython version 0.25 or later

About

Jupyter kernel for PARI/GP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 47.7%
  • Cython 40.2%
  • Python 12.1%