[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-25 Thread William Stein
Quick followup: Thanks to work of Rado, http://flask.sagenb.org supports OpenID, so everybody can just login instantly without bothering to make an account... On Fri, Mar 25, 2011 at 7:03 PM, William Stein wrote: > Hi, > > Please find bugs in http://flask.sagenb.org.  Is it slow?  Fast? > Broken

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-25 Thread Jason Grout
On 3/25/11 7:03 PM, William Stein wrote: Hi, Please find bugs in http://flask.sagenb.org. Is it slow? Fast? Broken in *any* way at all? Jmol doesn't work, as far as we can tell. We aren't sure why, though. Kudos to whoever can figure out why jmol isn't working! It seems that the jmol ap

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-25 Thread kcrisman
On Mar 25, 10:25 pm, Jason Grout wrote: > On 3/25/11 7:03 PM, William Stein wrote: > > > Hi, > > > Please find bugs inhttp://flask.sagenb.org.  Is it slow?  Fast? > > Broken in *any* way at all? > > Jmol doesn't work, as far as we can tell.  We aren't sure why, though. > Kudos to whoever can fig

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-25 Thread mhampton
Seems very nice so far, I've tried running some @parallel stuff, interacts, notebook cython cells. No problems so far and it seems pretty fast. -Marshall On Mar 25, 9:04 pm, William Stein wrote: > Quick followup:  Thanks to work of Rado,http://flask.sagenb.org > supports OpenID, so everybody ca

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-25 Thread John H Palmieri
Looks really nice in limited testing. One thing: when I first go the the flask.sagenb.org page, I see the "Username" box, and right next to it is a message "Error: Username is not in the system", although I never entered anything in that box. -- John -- To post to this group, send an email

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Simon King
Hi! On 26 Mrz., 03:03, William Stein wrote: > Please find bugs inhttp://flask.sagenb.org.  Is it slow?  Fast? > Broken in *any* way at all? Is there any way to interrupt a computation? When I do -c, nothing happens (no KeyboardInterrupt), and I don't see an "interrupt" button. Cheers, Simon --

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Juanlu001
Just one silly bug, but when at first I open the page, I see "Error: Username is not in the system" and "Error: Wrong password" in the login form. By the way, is https://code.google.com/r/rkirov-flask/ the source code of this notebook? Should we test it locally in addition? On Mar 26, 3:04 am, Wi

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Rado
> By the way, ishttps://code.google.com/r/rkirov-flask/the source code > of this notebook? Should we test it locally in addition? Yes, thats the repository that has the version that is currently served at flask.sagemath.org. Local testing is welcome too, let me know if there are issues with the in

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Juanlu001
It seems to me that @interact plots in published worksheets don't work (in fact, I just don't know if they have ever worked, I have never published a worksheet) Jason Grout's test worksheet shows it: http://flask.sagenb.org/home/pub/0/ On Mar 26, 3:03 am, William Stein wrote: > Hi, > > Please fi

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread mhampton
No, they don't work currently in published worksheets. That would be a tricky security issue to solve (but it would be very nice!). -M. Hampton On Mar 26, 7:24 am, Juanlu001 wrote: > It seems to me that @interact plots in published worksheets don't work > (in fact, I just don't know if they hav

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Jonathan
This problem with Jmol appears to be multifaceted. 1) The path to Jmol looks strange, although the error messages do appear to come from Jmol. 2) It looks like something is being added to the top of the script file for Jmol and confusing it. 3) Could also related to the JavaVM you are using. Jmol

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Jason Grout
On 3/26/11 10:03 AM, Jonathan wrote: This problem with Jmol appears to be multifaceted. 1) The path to Jmol looks strange, although the error messages do appear to come from Jmol. 2) It looks like something is being added to the top of the script file for Jmol and confusing it. 3) Could also rela

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Jason Grout
On 3/26/11 8:52 PM, Francois Bissey wrote: Where can we find the flask notebook code with all the dependencies needed? And any patches needed for sage? Would be cool to toy with this locally. https://code.google.com/r/rkirov-flask/ I also applied some of the patches at #9232 and #9238 and the

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-27 Thread Harald Schilly
On Saturday, March 26, 2011 3:03:27 AM UTC+1, William Stein wrote: > > Broken in *any* way at all? > I found a detail that doesn't work for me (on Chrome 11): Type in "Graph", hit Tab, scroll down the completion-list with the arrow keys. I can only reach the first two. This also happens for other

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-28 Thread Jason Grout
On 3/27/11 10:28 AM, Mike Hansen wrote: Hello, On Sun, Mar 27, 2011 at 1:08 AM, Jason Grout wrote: Rado or Mike: how do you think we should get jmol requests to be recognized as requests coming from an authenticated user? The issue is that the secure cookie that Flask uses is sent as httpon

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-28 Thread mhampton
Hey Harald (et al)- I am wondering if this is a general bug in the sage notebook - I seem to be having this problem with sage-4.7.alpha2 (not running the flask notebook, just the usual one). Can someone else try this to confirm? -Marshall On Mar 27, 4:56 am, Harald Schilly wrote: > On Saturday

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-29 Thread Jason Grout
On 3/27/11 10:28 AM, Mike Hansen wrote: This still doesn't fix the issue for me, since the Jmol applet then requests the .zip file from the worksheet directory rather than the cell directory (and gets a 404). However, this should not be too hard to track down. I've posted a fix to #11078 (thou

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-29 Thread Jason Grout
On 3/27/11 10:28 AM, Mike Hansen wrote: The issue is that the secure cookie that Flask uses is sent as httponly, which the Java applet won't send. Adding this patch to the notebook code will fix that: Rado: I have applied the patch to my clone at https://code.google.com/r/jasongrout-sagenb/.

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-29 Thread Jason Grout
On 3/25/11 9:03 PM, William Stein wrote: Hi, Please find bugs in http://flask.sagenb.org. Is it slow? Fast? Broken in *any* way at all? This is the result of a huge amount of awesome work of Rado Kirov and Mike Hansen and many, many others. There is exactly one known bug -- JMOL 3d graphics

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-29 Thread Jason Grout
On 3/25/11 9:03 PM, William Stein wrote: Hi, Please find bugs in http://flask.sagenb.org. Is it slow? Fast? Broken in *any* way at all? For some reason, I can't insert text cells. I insert a text cell and the page refreshes. My guess is that somehow the state numbers get out of sync and

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-29 Thread Benjamin Jones
On Mar 28, 10:45 pm, mhampton wrote: > Hey Harald (et al)- > > I am wondering if this is a general bug in the sage notebook - I seem > to be having this problem with sage-4.7.alpha2 (not running the flask > notebook, just the usual one).  Can someone else try this to confirm? > > -Marshall > > O

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-29 Thread Jason Grout
On 3/29/11 7:07 PM, Jason Grout wrote: On 3/25/11 9:03 PM, William Stein wrote: Hi, Please find bugs in http://flask.sagenb.org. Is it slow? Fast? Broken in *any* way at all? For some reason, I can't insert text cells. I insert a text cell and the page refreshes. My guess is that somehow the

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-29 Thread Rado
Great job Jason and Mike. Seems the Jmol problem is fixed. At least it works here on ubuntu and firefox 3.6 and chromium 10 with sun's java. I pulled Jason's changes into my repo, so every one who pulled from me can do just hg pull; hg up. Finally, there needs to be one line change done in the sag

[sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-04-05 Thread Jason Grout
On 4/5/11 6:40 PM, William Stein wrote: On Tue, Apr 5, 2011 at 4:39 PM, Justin C. Walker wrote: On Apr 5, 2011, at 16:31 , William Stein wrote: On Tue, Mar 29, 2011 at 9:21 PM, Rado wrote: Great job Jason and Mike. Seems the Jmol problem is fixed. At least it works here on ubuntu and firef

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Paulo César Pereira de Andrade
2011/3/25 Jason Grout : > On 3/25/11 7:03 PM, William Stein wrote: >> >> Hi, >> >> Please find bugs in http://flask.sagenb.org.  Is it slow?  Fast? >> Broken in *any* way at all? > > > Jmol doesn't work, as far as we can tell.  We aren't sure why, though. Kudos > to whoever can figure out why jmol

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Paulo César Pereira de Andrade
2011/3/26 Jonathan : > This problem with Jmol appears to be multifaceted. > 1) The path to Jmol looks strange, although the error messages do > appear to come from Jmol. > 2) It looks like something is being added to the top of the script > file for Jmol and confusing it. > 3) Could also related to

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread William Stein
Hi, With the flask.sagenb.org testing notebook, it seems like when I click on the "Rate it" button on a published worksheet, it doesn't work, e.g., here: http://flask.sagenb.org/home/pub/2/ William -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from th

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-26 Thread Francois Bissey
> On 3/26/11 10:03 AM, Jonathan wrote: > > This problem with Jmol appears to be multifaceted. > > 1) The path to Jmol looks strange, although the error messages do > > appear to come from Jmol. > > 2) It looks like something is being added to the top of the script > > file for Jmol and confusing it

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-03-27 Thread Mike Hansen
Hello, On Sun, Mar 27, 2011 at 1:08 AM, Jason Grout wrote: > Rado or Mike: how do you think we should get jmol requests to be recognized > as requests coming from an authenticated user? The issue is that the secure cookie that Flask uses is sent as httponly, which the Java applet won't send. Ad

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-04-05 Thread William Stein
On Tue, Mar 29, 2011 at 9:21 PM, Rado wrote: > Great job Jason and Mike. Seems the Jmol problem is fixed. At least it > works here on ubuntu and firefox 3.6 and chromium 10 with sun's java. > > I pulled Jason's changes into my repo, so every one who pulled from me > can do just hg pull; hg up. Fin

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-04-05 Thread Justin C. Walker
On Apr 5, 2011, at 16:31 , William Stein wrote: > On Tue, Mar 29, 2011 at 9:21 PM, Rado wrote: >> Great job Jason and Mike. Seems the Jmol problem is fixed. At least it >> works here on ubuntu and firefox 3.6 and chromium 10 with sun's java. >> >> I pulled Jason's changes into my repo, so every

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-04-05 Thread William Stein
On Tue, Apr 5, 2011 at 4:39 PM, Justin C. Walker wrote: > > On Apr 5, 2011, at 16:31 , William Stein wrote: > >> On Tue, Mar 29, 2011 at 9:21 PM, Rado wrote: >>> Great job Jason and Mike. Seems the Jmol problem is fixed. At least it >>> works here on ubuntu and firefox 3.6 and chromium 10 with su

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-04-05 Thread Justin C. Walker
On Apr 5, 2011, at 16:40 , William Stein wrote: > On Tue, Apr 5, 2011 at 4:39 PM, Justin C. Walker wrote: >> >> On Apr 5, 2011, at 16:31 , William Stein wrote: >> >>> On Tue, Mar 29, 2011 at 9:21 PM, Rado wrote: Great job Jason and Mike. Seems the Jmol problem is fixed. At least it

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-04-05 Thread William Stein
On Tue, Apr 5, 2011 at 4:41 PM, Justin C. Walker wrote: > > On Apr 5, 2011, at 16:40 , William Stein wrote: > >> On Tue, Apr 5, 2011 at 4:39 PM, Justin C. Walker wrote: >>> >>> On Apr 5, 2011, at 16:31 , William Stein wrote: >>> On Tue, Mar 29, 2011 at 9:21 PM, Rado wrote: > Great job J

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-04-05 Thread Paulo César Pereira de Andrade
2011/4/5 William Stein : > On Tue, Mar 29, 2011 at 9:21 PM, Rado wrote: >> Great job Jason and Mike. Seems the Jmol problem is fixed. At least it >> works here on ubuntu and firefox 3.6 and chromium 10 with sun's java. >> >> I pulled Jason's changes into my repo, so every one who pulled from me >>

Re: [sage-devel] Re: http://flask.sagenb.org -- test it!!!

2011-05-24 Thread Paulo César Pereira de Andrade
Em 5 de abril de 2011 21:02, Paulo César Pereira de Andrade escreveu: > 2011/4/5 William Stein : >> On Tue, Mar 29, 2011 at 9:21 PM, Rado wrote: >>> Great job Jason and Mike. Seems the Jmol problem is fixed. At least it >>> works here on ubuntu and firefox 3.6 and chromium 10 with sun's java. >>>