-
-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #19372: Add Jupyter kernel for PARI/GP
I created a Jupyter kernel for PARI/GP: [https://github.com/jdemeyer/pari_jupyter] I propose to add this as optional package. '''Upstream''': [http://sage.ugent.be/www/jdemeyer/sage/pari_jupyter-1.0.0.tar.gz] URL: http://trac.sagemath.org/19372 Reported by: jdemeyer Ticket author(s): Jeroen Demeyer Reviewer(s): Volker Braun
- Loading branch information
Showing
6 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
= pari_jupyter = | ||
|
||
== Description == | ||
|
||
A Jupyter kernel for PARI/GP | ||
|
||
== License == | ||
|
||
GPL version 3 or later | ||
|
||
== Upstream Contact == | ||
|
||
* https://github.com/jdemeyer/pari_jupyter | ||
* Jeroen Demeyer <jdemeyer@cage.ugent.be> | ||
|
||
== Dependencies == | ||
|
||
* Jupyter 4 | ||
* Python (tested with 2.7.9) | ||
* Cython (git master) | ||
* PARI (git master) | ||
* GMP or MPIR (any version which works with PARI) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
tarball=pari_jupyter-VERSION.tar.gz | ||
sha1=404df06171e68056d9efe8a29804204138488885 | ||
md5=902b290a997128e6be949c0bec44ca6e | ||
cksum=3922118226 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$(INST)/$(PARI) $(INST)/$(JUPYTER_CORE) | $(INST)/$(CYTHON) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
cd src && ./setup.py install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
optional |