Re: [sage-devel] Re: load deprecation warning in SageCell

2022-09-10 Thread Dima Pasechnik
On Sat, 10 Sep 2022, 10:01 Mike, wrote: > The sage cell server I'm using is sagecell.sagemath.org. Is there > someone I should ask to apply that patch? > the main contact for this sagecell is listed there on the 1st page, at the Problems section near the bottom. > On Wednesday, September 7,

Re: [sage-devel] Re: load deprecation warning in SageCell

2022-09-10 Thread Mike
The sage cell server I'm using is sagecell.sagemath.org. Is there someone I should ask to apply that patch? On Wednesday, September 7, 2022 at 4:23:37 PM UTC-4 dim...@gmail.com wrote: > On Wed, Sep 7, 2022 at 9:14 PM Mike wrote: > > > > Since the referenced fix won't be available until sage-9.

[sage-devel] Re: load deprecation warning in SageCell

2022-09-09 Thread Mike
Thank you for the suggestion, but I'd rather change the cell content as little as possible. I'm trying to present a simple interface to my freshmen students, so I think it'll be easier to tell them to ignore the warnings than to explain the extra code. (I was hoping the load command might have

[sage-devel] Re: load deprecation warning in SageCell

2022-09-07 Thread Nils Bruin
On Tuesday, 24 May 2022 at 11:10:13 UTC-7 ingo...@gmail.com wrote: > When I call > *load('https://raw.githubusercontent.com/ingodahn/sageutils/master/physics.py > ')* > in a sagecell I get in the output > */home/sc_serv/sage/

Re: [sage-devel] Re: load deprecation warning in SageCell

2022-09-07 Thread Dima Pasechnik
On Wed, Sep 7, 2022 at 9:14 PM Mike wrote: > > Since the referenced fix won't be available until sage-9.7, is there a > (temporary) way to avoid this error message when loading files from github > into a sage cell? you basically need to apply the patch from https://trac.sagemath.org/ticket/33771

[sage-devel] Re: load deprecation warning in SageCell

2022-09-07 Thread Mike
Since the referenced fix won't be available until sage-9.7, is there a (temporary) way to avoid this error message when loading files from github into a sage cell? On Tuesday, May 24, 2022 at 3:02:51 PM UTC-4 Matthias Koeppe wrote: > Fixed in https://trac.sagemath.org/ticket/33771 > > On Tuesda

[sage-devel] Re: load deprecation warning in SageCell

2022-05-24 Thread Matthias Koeppe
Fixed in https://trac.sagemath.org/ticket/33771 On Tuesday, May 24, 2022 at 11:10:13 AM UTC-7 ingo...@gmail.com wrote: > When I call > *load('https://raw.githubusercontent.com/ingodahn/sageutils/master/physics.py > ')* > in