Re: [sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-06-05 Thread Paul Masson
All interacts appear to be working again. Thanks! Sent from my iPad > On Jun 5, 2016, at 2:46 PM, Andrey Novoseltsev wrote: > >> On Thursday, 2 June 2016 16:39:53 UTC-6, paulmasson wrote: >> Andrey, any idea when my embedded interacts will start working again? Thanks. > > Should be working now

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-06-05 Thread Andrey Novoseltsev
On Thursday, 2 June 2016 16:39:53 UTC-6, paulmasson wrote: > > Andrey, any idea when my embedded interacts will start working again? > Thanks. > Should be working now, please test. There was a true check (undefined === undefined), I think I'd prefer AttributeError: https://github.com/sagemath/sa

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-06-02 Thread Andrey Novoseltsev
On Thursday, 2 June 2016 16:39:53 UTC-6, paulmasson wrote: > > Andrey, any idea when my embedded interacts will start working again? > Thanks. > Hopefully by Monday. I still don't know what exactly is happening, but I didn't work much on it since last weekend was short on time in general and I

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-06-02 Thread paulmasson
Andrey, any idea when my embedded interacts will start working again? Thanks. On Monday, May 23, 2016 at 9:28:35 PM UTC-7, Andrey Novoseltsev wrote: > > On Sunday, 22 May 2016 15:27:26 UTC-6, paulmasson wrote: >> >> Still getting the problem. Occurs on about half of page loads right now. >>> Her

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-29 Thread Andrey Novoseltsev
On Thursday, 26 May 2016 10:34:10 UTC-6, kcrisman wrote: > > > Please report any new (or old) errors that you notice - I will try to >> fix them tomorrow (Saturday) afternoon (MST) and on Sunday/Monday. If >> something is horribly wrong and I can't resolve it by Monday evening, >> I'll pull back

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-26 Thread Ivan Andrus
On May 26, 2016, at 4:30 PM, Andrey Novoseltsev wrote: > > On Thursday, 26 May 2016 10:34:07 UTC-6, kcrisman wrote: > http://ask.sagemath.org/question/33555/problem-with-encoding-german-characters/ > > > could be

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-26 Thread Andrey Novoseltsev
On Thursday, 26 May 2016 10:34:07 UTC-6, kcrisman wrote: > > > http://ask.sagemath.org/question/33555/problem-with-encoding-german-characters/ > > could be related, or so the poster seems to imply - though probably not bad > enough to go back before 7.2. > Thanks a lot for pointing it out - th

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-26 Thread kcrisman
> Please report any new (or old) errors that you notice - I will try to > fix them tomorrow (Saturday) afternoon (MST) and on Sunday/Monday. If > something is horribly wrong and I can't resolve it by Monday evening, > I'll pull back to the old version. > > http://ask.sagemath.org/question/335

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-23 Thread Andrey Novoseltsev
On Sunday, 22 May 2016 15:27:26 UTC-6, paulmasson wrote: > > Still getting the problem. Occurs on about half of page loads right now. >> Here's a link to an index page for the repository: >> >> http://paulmasson.github.io/sagemath-docs/functions.html >> >> The interacts are on pages for anything w

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-22 Thread Andrey Novoseltsev
On Sunday, 22 May 2016 15:27:26 UTC-6, paulmasson wrote: > > Still getting the problem. Occurs on about half of page loads right now. > Here's a link to an index page for the repository: > > http://paulmasson.github.io/sagemath-docs/functions.html > > The interacts are on pages for anything with

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-22 Thread paulmasson
Still getting the problem. Occurs on about half of page loads right now. Here's a link to an index page for the repository: http://paulmasson.github.io/sagemath-docs/functions.html The interacts are on pages for anything with an index, so try the Bessel or elliptic functions. Not all of the lin

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-22 Thread Andrey Novoseltsev
On Sunday, 22 May 2016 14:01:26 UTC-6, paulmasson wrote: > > Andrey, I have a bunch of simple interacts in Github pages of this sort > > @interact > > def _( n=slider(0,10,step_size=1) ): > > show( plot( bessel_J(n,x), x, 0, n+20, figsize=[4,2], color=(0,.5,1) ) ) > > > that randomly fail to inte

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-22 Thread paulmasson
Not a bug in Sage 7.2, just lots of new behavior for piecewise. On Tuesday, May 17, 2016 at 2:42:06 PM UTC-7, paulmasson wrote: > > Andrey, I've confirmed that the error comes from the piecewise function > and not the interacts. Looks like a bug in Sage 7.2, not in the test server. > > On Monday,

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-22 Thread paulmasson
Andrey, I have a bunch of simple interacts in Github pages of this sort @interact def _( n=slider(0,10,step_size=1) ): show( plot( bessel_J(n,x), x, 0, n+20, figsize=[4,2], color=(0,.5,1) ) ) that randomly fail to interact. The server returns an initial image but the interact doesn't functi

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-20 Thread Andrey Novoseltsev
OK, I've pressed the button - http://sagecell.sagemath.org is now running the latest version of Sage 7.2, together with a "significantly touched up" version of the SageMathCell code itself. Please report any new (or old) errors that you notice - I will try to fix them tomorrow (Saturday) afternoon

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-17 Thread paulmasson
Andrey, I've confirmed that the error comes from the piecewise function and not the interacts. Looks like a bug in Sage 7.2, not in the test server. On Monday, May 16, 2016 at 8:50:21 PM UTC-7, Andrey Novoseltsev wrote: > > On Sunday, 15 May 2016 19:29:56 UTC-6, paulmasson wrote: >> >> sagecell.s

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-16 Thread Andrey Novoseltsev
On Sunday, 15 May 2016 19:29:56 UTC-6, paulmasson wrote: > > sagecell.sagemath.org is 130.211.179.63 for me in San Francisco. > > Link to code >

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-16 Thread kcrisman
On Sunday, May 15, 2016 at 2:37:54 PM UTC-4, Andrey Novoseltsev wrote: > > The test server > http://cosmos.mat.uam.es:/ > is now running 7.2.rc2 with upgraded ipykernel which greatly helped > with stability. > > If no major issues are discovered by the next weekend (which will be > long

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-15 Thread paulmasson
sagecell.sagemath.org is 130.211.179.63 for me in San Francisco. Link to code

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-15 Thread Andrey Novoseltsev
On Sunday, 15 May 2016 17:18:37 UTC-6, paulmasson wrote: > > I just tested a page with several embedded plots and three numerical WKB > calculations. The plots work fine but the WKB calculations produce the > error message: > > TypeError: unable to simplify to float approximation > > This error d

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-15 Thread paulmasson
I just tested a page with several embedded plots and three numerical WKB calculations. The plots work fine but the WKB calculations produce the error message: TypeError: unable to simplify to float approximation This error does not occur for the servers at cosmos.mat.uam.es or sagecell.sagemat

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-15 Thread paulmasson
I just tested a page with several embedded plots and three numerical WKB calculations. The plots work fine but the WKB calculations produce the error message: TypeError: unable to simplify to float approximation This error does not occur for the servers at cosmos.mat.uam.es or sagecell.sagemat

[sage-devel] Re: [sage-notebook] Coming SageMathCell upgrade - please test!

2016-05-15 Thread Andrey Novoseltsev
The test server http://cosmos.mat.uam.es:/ is now running 7.2.rc2 with upgraded ipykernel which greatly helped with stability. If no major issues are discovered by the next weekend (which will be long for me and I will have a bit more time), I will roll this version to all public servers and p