Re: [sage-devel] Re: refresh the banner

2018-11-06 Thread Thierry
Hi, On Tue, Nov 06, 2018 at 01:14:14PM +0100, Erik Bray wrote: > On Tue, Nov 6, 2018 at 12:57 PM Jeroen Demeyer wrote: > > > > On 2018-10-31 22:23, Volker Braun wrote: > > > With ipython/jupyter you can't run the notebook in the current Python > > > session, but you can just launch a completely n

Re: [sage-devel] Re: refresh the banner

2018-11-06 Thread Erik Bray
On Tue, Nov 6, 2018 at 12:57 PM Jeroen Demeyer wrote: > > On 2018-10-31 22:23, Volker Braun wrote: > > With ipython/jupyter you can't run the notebook in the current Python > > session, but you can just launch a completely new process. > > Are you sure? Can't you just import the Jupyter applicatio

Re: [sage-devel] Re: refresh the banner

2018-11-06 Thread Jeroen Demeyer
On 2018-10-31 22:23, Volker Braun wrote: With ipython/jupyter you can't run the notebook in the current Python session, but you can just launch a completely new process. Are you sure? Can't you just import the Jupyter application as a Python package and run it that way? I have not tried it tho

Re: [sage-devel] Re: refresh the banner

2018-11-06 Thread Erik Bray
On Fri, Nov 2, 2018 at 3:19 PM John Cremona wrote: > > > > On Fri, 2 Nov 2018 at 13:21, Vincent Delecroix <20100.delecr...@gmail.com> > wrote: >> >> >> >> Le 31/10/2018 à 13:50, Samuel Lelievre a écrit : >> > >> > >> > Le mardi 30 octobre 2018 08:06:15 UTC+1, Frédéric Chapoton a écrit : >> >> >>

Re: [sage-devel] Re: refresh the banner

2018-11-02 Thread John Cremona
On Fri, 2 Nov 2018 at 13:21, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > > > Le 31/10/2018 à 13:50, Samuel Lelievre a écrit : > > > > > > Le mardi 30 octobre 2018 08:06:15 UTC+1, Frédéric Chapoton a écrit : > >> > >> Because we do not have a clean command inside sage to launch the jupyt

Re: [sage-devel] Re: refresh the banner

2018-11-02 Thread Vincent Delecroix
Le 31/10/2018 à 13:50, Samuel Lelievre a écrit : Le mardi 30 octobre 2018 08:06:15 UTC+1, Frédéric Chapoton a écrit : Because we do not have a clean command inside sage to launch the jupyter noteboook. For the moment, we should just try to avoid new people start using the deprecated sagen

Re: [sage-devel] Re: refresh the banner

2018-10-31 Thread Volker Braun
On Wednesday, October 31, 2018 at 2:39:35 PM UTC+1, Dima Pasechnik wrote: > > But is it even possible to start it without re-starting python? > With ipython/jupyter you can't run the notebook in the current Python session, but you can just launch a completely new process. -- You received th

Re: [sage-devel] Re: refresh the banner

2018-10-31 Thread Dima Pasechnik
On Wed, Oct 31, 2018 at 1:16 PM Erik Bray wrote: > > We already have notebook(). We should change that so that the default > notebook to launch is the jupyter notebook. But is it even possible to start it without re-starting python? > On Wed, Oct 31, 2018 at 1:50 PM Samuel Lelievre > wrote: >

Re: [sage-devel] Re: refresh the banner

2018-10-31 Thread Erik Bray
We already have notebook(). We should change that so that the default notebook to launch is the jupyter notebook. On Wed, Oct 31, 2018 at 1:50 PM Samuel Lelievre wrote: > > > > Le mardi 30 octobre 2018 08:06:15 UTC+1, Frédéric Chapoton a écrit : >> >> Because we do not have a clean command inside