|
Bill Allombert on Tue, 30 Jan 2024 18:25:34 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: interest for PARI/GP Jupyter notebook ?
|
- To: pari-dev@pari.math.u-bordeaux.fr
- Subject: Re: interest for PARI/GP Jupyter notebook ?
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Date: Tue, 30 Jan 2024 18:25:29 +0100
- References: <ZF4z9+du+hrNeiyG@seventeen> <CA+iQ7x4QKy3YhRkjt8+wQ6EQwcqg7YE1BaUi_+aoOeEfqiaRDQ@mail.gmail.com> <CAAuMLAmhQ5OFTw18wmwxfRoJ-5nsfSh6KLQ6ompXaOC8Snx_zw@mail.gmail.com> <CAD0p0K48AQ2DX=e83pAjCSF210X-Xz+rZqRDBM-wYTAELKUN0g@mail.gmail.com> <CA+iQ7x60qPKEPw2UMCXyfWih3BSEM+=0w2ejb027sks=bjXCiQ@mail.gmail.com> <ZGqF+IqvUb6K7am0@seventeen> <CA+iQ7x6XEu-unOemz7GKXM-_1-wQqYifBM9ZUbHnjCDu4=B6VA@mail.gmail.com> <CA+iQ7x5YzPYcBQ-7i==ieN6PJ43nxmcdzgKk7ssxeqDqLj1BAQ@mail.gmail.com> <CA+iQ7x5Z8NqeJo4MwJd0QG0CRS-Oedz1tPGt8FgZ5S_GiJiiYw@mail.gmail.com>
On Thu, Jan 25, 2024 at 07:18:01PM -0500, Edgar Costa wrote:
> Ups, I could have just pointed to:
> https://chatelet.mit.edu/share/public_paths/58cb7211567db6f70ca6937c2fb3ff789d56da4e
As an experiment I implement this for the development webassembly version:
https://pari.math.u-bordeaux.fr/gpexpwasm.html
You can compare with the stable version (that uses gp_str_multiline).
https://pari.math.u-bordeaux.fr/gpwasm.html
Note: I unlinked the non-wasm version, I do not think anybody still need it.
Cheers,
Bill.