Bill Allombert on Thu, 14 Dec 2023 21:45:31 +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: Thu, 14 Dec 2023 21:45:16 +0100
- Delivery-date: Thu, 14 Dec 2023 21:45:31 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=math.u-bordeaux.fr; s=2022; t=1702586718; bh=m9IrEmrF9XiET2Egd0W7xjtu/92RSwfDX+9k6RiTKTM=; h=Date:From:To:Subject:References:In-Reply-To:From; b=fFPJ8kqIneQg7TiRc2dcYSiz9etRtBFx+hRrD71B7ZO5lH1LsbA9LZ6tHeP6B8+8K wC1+xK4n4sRyQ+Qhl9sK9CyUn84KlGWXmRWLt2pEb/2tVHZL8o/1P5fBOiB4bt1DA6 v3615Ahww9ROy01+v/efe4GotEPdCu5jut4oUaeh6UAnf73pDWgL0LBODM3oF8HxPW 86INt54sP/dyJVYnffT8UTmCCYuQ0Ef97xUdPV8xlyP+SUBM80k2g8T5bjE6P0VnIX j2qePWFfkjb2723VwMAqNfFfWvK3TqVcsuZ6uy/sHWL4mpybBi8g2gT58IoIZ+wsXI lcbebfgFAgGwGo3mBxUkBXst/jQQp471e1OFloaXjjORpWX8LUsFu9EszHU7we8vkH zJEDDk3txgtAMSMJAfQxVOvBu5/vQWPMQ2xvj++f59D17JQWM2Pcffx69GvgEPVeKu BUEgbtEqy/2cCvmvgn1ocUoJM0tcIUsklGDKNyVAM9g8tgmWjWBrlhroljaSDOSB3N Q/i8DYb/oepBDAkgVdPO3J6VjiWQs9qf1OfNzGntbk8z227rTCp00379TsRPtLD8C1 2CvEDZ76sq/gvjMiuVHQDDjhu0u0ZV+0FiF+BksHUxizLskkqB0Qz7IkILUDHeYE50 r8bXSbJVXC7Uc+Sgv/0iMjtM=
- In-reply-to: <ZSfACHRd4Hsr3jui@seventeen>
- Mail-followup-to: pari-dev@pari.math.u-bordeaux.fr
- References: <ZF4z9+du+hrNeiyG@seventeen> <CA+iQ7x4QKy3YhRkjt8+wQ6EQwcqg7YE1BaUi_+aoOeEfqiaRDQ@mail.gmail.com> <CAAuMLAmhQ5OFTw18wmwxfRoJ-5nsfSh6KLQ6ompXaOC8Snx_zw@mail.gmail.com> <ZSfACHRd4Hsr3jui@seventeen>
On Thu, Oct 12, 2023 at 11:44:40AM +0200, Bill Allombert wrote:
> On Fri, May 12, 2023 at 04:33:42PM +0200, Pascal Molin wrote:
> > I started using pari-jupyter two months ago, and immediately switched to
> > Edgar's version because I had problems with the main pari-jupyter
> > (I do not remember precisely the issues, maybe it was slow or did not
> > support threads). I also think a xeus version would be nice.
> > Anyway I think I will use it on a regular basis now and could provide
> > feedback from myself and from students, and a bit of testing.
>
> So I have made available of first draft of a XEUS-based GP kernel.
> You can clone it as
> git clone https://pari.math.u-bordeaux.fr/git/xeus-gp.git
> Please do not ask me advices on how to compile it!
Both the Xeus and the python kernel are now available on the CNRS PLM jupyterhub
server <https://jupyterhub.math.cnrs.fr/> for testing, thanks to Philippe from
the PLM team.
I tested "factor(2^2048+1)" and I got
Xeus kernel: 3min, 59,026 ms.
Python kernel: 7min, 19,271 ms.
Cheers,
Bill