[sage-devel] Re: Transition from jupyter notebook to jupyterlab

2020-08-19 Thread Samuel Lelievre
2020-08-19 21:55:22 UTC, Matthias Koeppe: > > The Jupyter notebook developers encourage users to transition to > using JupyterLab, see https://github.com/jupyter/notebook#notice > > For Sage 9.2 it would be good to already have jupyterlab as an > optional package, and to make sure that all interact

Re: [sage-devel] Re: Silent mode for make and quiet mode for configure

2020-08-19 Thread Matthias Koeppe
On Wednesday, August 19, 2020 at 5:47:58 PM UTC-7, Samuel Lelievre wrote: > > - does `sage -i` have a quiet mode? > V=0 sage -i SPKG (it goes through make) -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop

Re: [sage-devel] Re: Silent mode for make and quiet mode for configure

2020-08-19 Thread Samuel Lelievre
Somewhat related: - does `sage -i` have a quiet mode? - does sage-patchbot have a quiet mode? - does binary-pkg have a quiet mode? Le vendredi 31 juillet 2020 01:08:02 UTC+2, Samuel Lelievre a écrit : > > Thanks, I opened a ticket: > > - Have configure run quiet if started by make in silent mode

[sage-devel] Transition from jupyter notebook to jupyterlab

2020-08-19 Thread Matthias Koeppe
The Jupyter notebook developers encourage users to transition to using JupyterLab, see https://github.com/jupyter/notebook#notice For Sage 9.2 it would be good to already have jupyterlab as an optional package, and to make sure that all interactive features including documentation and graphics

[sage-devel] Re: https://wiki.sagemath.org/ReleaseTours/sage-9.2

2020-08-19 Thread Matthias Koeppe
On Saturday, August 8, 2020 at 11:10:17 AM UTC-7, Matthias Koeppe wrote: > > Let's prepare the release tour for the upcoming 9.2 release by > collaborative editing. > > https://wiki.sagemath.org/ReleaseTours/sage-9.2 > Could someone contribute a brief exposition of the user-visible changes broug

Re: [sage-devel] Autocompletion Broken

2020-08-19 Thread Alex G
On Wednesday, August 19, 2020 at 3:20:43 PM UTC-4, Dima Pasechnik wrote: > > did you run > > make build > > ? > > Yes, still no luck -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from

Re: [sage-devel] Autocompletion Broken

2020-08-19 Thread Dima Pasechnik
On Wed, Aug 19, 2020 at 8:06 PM Alex G wrote: > > Hello Sage Developers, > > I have been working on implementing a new class (DynamicalSystem_Berkovich) > to add to Sage in ticket #29949. For some reason, tab autocompletion does not > work for any DynamicalSystem_Berkovich I create, but still wo

[sage-devel] Autocompletion Broken

2020-08-19 Thread Alex G
Hello Sage Developers, I have been working on implementing a new class (DynamicalSystem_Berkovich) to add to Sage in ticket #29949 . For some reason, tab autocompletion does not work for any DynamicalSystem_Berkovich I create, but still works on my build

Re: [sage-devel] build errors on void linux

2020-08-19 Thread Matthias Koeppe
Thanks. I've pushed this to https://trac.sagemath.org/ticket/30382 On Wednesday, August 19, 2020 at 8:20:38 AM UTC-7, Nicolo' wrote: > > > these missing pari/gp parts are just data, easy to packageGood, working > on that. > In the meantime, it is useful to add a few pkgs to bootstrap (attached).

Re: [sage-devel] build errors on void linux

2020-08-19 Thread Dima Pasechnik
On Wed, Aug 19, 2020 at 4:20 PM Nicolo' Piazzalunga wrote: > > > these missing pari/gp parts are just data, easy to packageGood, working on > > that. > In the meantime, it is useful to add a few pkgs to bootstrap (attached). Please open a trac ticket on this, and, ideally, create a branch with t

Re: [sage-devel] build errors on void linux

2020-08-19 Thread Nicolo' Piazzalunga
these missing pari/gp parts are just data, easy to packageGood, working on that. In the meantime, it is useful to add a few pkgs to bootstrap (attached). -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop rece

Re: [sage-devel] build errors on void linux

2020-08-19 Thread Dima Pasechnik
On Wed, Aug 19, 2020 at 9:47 AM Nicolo' Piazzalunga wrote: > > On 8/18/20 5:03 PM, Matthias Koeppe wrote: > > Try again after "./bootstrap" (this needs autotools installed) > > Thanks, now it checks, but since pari misses some parts, it doesn't > detect giac either. these missing pari/gp parts a

Re: [sage-devel] build errors on void linux

2020-08-19 Thread Nicolo' Piazzalunga
On 8/18/20 5:03 PM, Matthias Koeppe wrote: > Try again after "./bootstrap" (this needs autotools installed) Thanks, now it checks, but since pari misses some parts, it doesn't detect giac either. ## - ## ## Checking whether SageMath should in

Re: [sage-devel] conversion issue (from QQ to GF(p))

2020-08-19 Thread John Cremona
Thanks to both. It's funny since I have some code I am sure worked OK a year ago but when I ran it this week the only change I had to make was to insert an explicit conversion from QQ to GF(ell). Nils may be interested to know that this is for a project on making a database of modular forms mo