[sage-devel] Re: python3 in sage

2017-08-25 Thread Eric Gourgoulhon
Le vendredi 25 août 2017 19:35:27 UTC+2, Nils Bruin a écrit : > > Something along the lines of > > import sage.repl.ipython_kernel.install > sage.repl.ipython_kernel.install.JUPYTER_PATH = > spec = sage.repl.ipython_kernel.install.SageKernelSpec() > spec.update() > > With any luck, you'll see

[sage-devel] Re: python3 in sage

2017-08-25 Thread Nils Bruin
On Friday, August 25, 2017 at 12:55:56 AM UTC-7, Eric Gourgoulhon wrote: > > Hi, > > Le jeudi 24 août 2017 23:17:07 UTC+2, Nils Bruin a écrit : > >> >> If you're using jupyter for non-sage-specific purposes (apparently >> relying on a system python3), why not use system jupyter? Personally, I >>

Re: [sage-devel] Re: python3 in sage

2017-08-25 Thread Erik Bray
On Fri, Aug 25, 2017 at 1:38 PM, Erik Bray wrote: > On Thu, Aug 24, 2017 at 11:49 PM, William Stein wrote: >> On Thu, Aug 24, 2017 at 2:17 PM, Nils Bruin wrote: >>> On Thursday, August 24, 2017 at 1:30:25 PM UTC-7, William wrote:

Re: [sage-devel] Re: python3 in sage

2017-08-25 Thread Erik Bray
On Thu, Aug 24, 2017 at 11:49 PM, William Stein wrote: > On Thu, Aug 24, 2017 at 2:17 PM, Nils Bruin wrote: >> On Thursday, August 24, 2017 at 1:30:25 PM UTC-7, William wrote: >>> >>> I'm not sure what the status is these days, but we may want to stop >>>

[sage-devel] Re: python3 in sage

2017-08-25 Thread Eric Gourgoulhon
Hi, Le jeudi 24 août 2017 23:17:07 UTC+2, Nils Bruin a écrit : > > If you're using jupyter for non-sage-specific purposes (apparently relying > on a system python3), why not use system jupyter? Personally, I just > install the sage-jupyter kernel in the system jupyter. > This sounds nice!

Re: [sage-devel] Re: python3 in sage

2017-08-24 Thread John H Palmieri
On Thursday, August 24, 2017 at 2:50:09 PM UTC-7, William wrote: > > On Thu, Aug 24, 2017 at 2:17 PM, Nils Bruin > wrote: > > On Thursday, August 24, 2017 at 1:30:25 PM UTC-7, William wrote: > >> > >> I'm not sure what the status is these days, but we may want to stop > >>

Re: [sage-devel] Re: python3 in sage

2017-08-24 Thread William Stein
On Thu, Aug 24, 2017 at 2:17 PM, Nils Bruin wrote: > On Thursday, August 24, 2017 at 1:30:25 PM UTC-7, William wrote: >> >> I'm not sure what the status is these days, but we may want to stop >> including a python3 binary in Sage by default with "python3" right >> there in the

[sage-devel] Re: python3 in sage

2017-08-24 Thread Nils Bruin
On Thursday, August 24, 2017 at 1:30:25 PM UTC-7, William wrote: > > I'm not sure what the status is these days, but we may want to stop > including a python3 binary in Sage by default with "python3" right > there in the "sage -sh" path... As far as I understand, having python3 included in