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 interact. The server returns an initial image but 
> the interact doesn't function. The only error message I'm seeing in the 
> JavaScript console is
>
> The connection to wss://
> sagecell.sagemath.org/sockjs/699/p0wm4ywe/websocket was interrupted while 
> the page was loading.
>
> Perhaps you're already working on a solution, but thought I should let you 
> know.
>
> Thanks for letting me know - I didn't know this is happening and so far 
can't reproduce it with this example. How frequent is it? I have pushed a 
"forced update" a couple hours ago that was not waiting for current users 
to stop. That may have caused it but it would be over in a few minutes. Do 
you still have these problems now?

-- 
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 it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to