Metadata-Version: 1.1
Name: pari_jupyter
Version: 1.3.2
Summary: A Jupyter kernel for PARI/GP
Home-page: https://github.com/jdemeyer/pari_jupyter
Author: Jeroen Demeyer
Author-email: J.Demeyer@UGent.be
License: GNU General Public License (GPL) version 3 or later
Description-Content-Type: UNKNOWN
Description: pari_jupyter
        ============
        
        A `Jupyter <http://jupyter.org/>`_ kernel for
        `PARI/GP <http://pari.math.u-bordeaux.fr/>`_.
        
        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 <https://www.python.org/>`_ (tested with version 2.7.14 and 3.6.1)
        * `Jupyter <http://jupyter.org/>`_ 4
        * `PARI <http://pari.math.u-bordeaux.fr/>`_ version 2.8.0 or later
        * `Readline <http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html>`_ (any version which works with PARI)
        * Optional: `Cython <http://cython.org/>`_ version 0.25 or later
        
        This kernel can also be obtained as optional package for SageMath
        (run ``sage -i pari_jupyter``).
        
Platform: POSIX
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Cython
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
