[sage-devel] gnutls warning/error while plotting

2012-08-25 Thread Rajeev Singh
Hi, I get the following when I try to use plot - $ sage -python Python 2.7.3 (default, Aug 21 2012, 14:05:59) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pylab as plt >>> plt.plot( plt.r_[0.1:1.0:0.1] ) /home/rajeev/software/sage/local/l

Re: [sage-devel] Re: one doctest fails on ubuntu 12.04

2012-08-25 Thread Rajeev Singh
Hi, Just an update. The test I mentioned is still failing and the last few lines before failing is - $ sage -t --long -force_lib "devel/sage/sage/modular/modform/find_generators.py" ... /home/rajeev/software/sage/local/lib/libatlas.so(ATL_dJIK52x52x52TN52x52x0_a1_b0+0xac)[0x7faffeb7426c] ---

[sage-devel] Bug in Graph.matching

2012-08-25 Thread Patrick
I think I've discovered a bug in graphs/generic_graph.py: sage: g = graphs.PathGraph(3) # an unweighted graph sage: g.matching(value_only=True, use_edge_labels=True) # I get 1.0 sage: g.matching(value_only=True, use_edge_labels=False) # I get 2 Here's the problem area, around line 6786:

[sage-devel] Re: sagenb.org upgrade to 5.2

2012-08-25 Thread Jason Grout
On 8/25/12 9:07 AM, Harald Schilly wrote: On Sat, Aug 25, 2012 at 3:37 PM, Jason Grout wrote: Your "system" is set to html at the top...of course it's just echoing. ah, i understand. well, before the upgrade, it worked. maybe it has re-written a bit of the worksheet, i don't know. What does

Re: [sage-devel] Re: sagenb.org upgrade to 5.2

2012-08-25 Thread Harald Schilly
On Sat, Aug 25, 2012 at 3:37 PM, Jason Grout wrote: > Your "system" is set to html at the top...of course it's just echoing. ah, i understand. well, before the upgrade, it worked. maybe it has re-written a bit of the worksheet, i don't know. h -- You received this message because you are subsc

[sage-devel] Re: sagenb.org upgrade to 5.2

2012-08-25 Thread Jason Grout
On 8/25/12 8:29 AM, Harald Schilly wrote: On Sat, Aug 25, 2012 at 2:26 PM, Jason Grout wrote: jason3 I've shared it with you, plaintext is here: http://pastebin.com/y9LqnYYW Your "system" is set to html at the top...of course it's just echoing. Interestingly, the system is *not* listed in

Re: [sage-devel] Re: sagenb.org upgrade to 5.2

2012-08-25 Thread Harald Schilly
On Sat, Aug 25, 2012 at 2:26 PM, Jason Grout wrote: > jason3 I've shared it with you, plaintext is here: http://pastebin.com/y9LqnYYW h -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups

[sage-devel] Re: Sage notebook blocker

2012-08-25 Thread P Purkayastha
On 08/25/2012 09:07 PM, Jason Grout wrote: On 8/25/12 7:53 AM, Volker Braun wrote: When you just do "sage -notebook" you are logged in with a token as password since Sage spawns the browser. So you actually do log in, its just automatically behind the scenes. This is not an option for the virtua

[sage-devel] Re: Sage notebook blocker

2012-08-25 Thread Jason Grout
On 8/25/12 7:53 AM, Volker Braun wrote: When you just do "sage -notebook" you are logged in with a token as password since Sage spawns the browser. So you actually do log in, its just automatically behind the scenes. This is not an option for the virtual machine, you can't start a host browser fr

[sage-devel] Re: Sage notebook blocker

2012-08-25 Thread Volker Braun
When you just do "sage -notebook" you are logged in with a token as password since Sage spawns the browser. So you actually do log in, its just automatically behind the scenes. This is not an option for the virtual machine, you can't start a host browser from within the VM. The following does n

[sage-devel] Re: Sage notebook blocker

2012-08-25 Thread Jason Grout
On 8/25/12 7:34 AM, Volker Braun wrote: Is this with the unfinished 0.10 notebook? I get the following: Ah, you're right (I usually upgrade to 0.10 immediately upon install). Luckily, I do have a stock 5.2 I just compiled a few hours ago, and I just tested require_login=False, and it seems to

[sage-devel] Re: sagenb.org upgrade to 5.2

2012-08-25 Thread Jason Grout
On 8/25/12 5:08 AM, Harald Schilly wrote: ok, hold it, it's just *this* notebook. another one works fine. interesting though ... Care to share the notebook? You can share it with me (jason3), or post it somewhere. Thanks, Jason -- You received this message because you are subscribed to

[sage-devel] Re: Sage notebook blocker

2012-08-25 Thread Volker Braun
Is this with the unfinished 0.10 notebook? I get the following: [vbraun@volker-desktop ~]$ sage -- | Sage Version 5.3.beta2, Release Date: 2012-08-16 | | Type "notebook()" for the browser-based notebook interface

[sage-devel] Re: Sage notebook blocker

2012-08-25 Thread Jason Grout
On 8/25/12 6:51 AM, Volker Braun wrote: Is there any hope that the sage notebook can be fixed to allow passwordless login again? I made this a blocker since it prevents us from shipping a no-configuration virtual machine (which is now stuck at sage-5.1), yet no progress has been made on the ticke

[sage-devel] Re: sagemath cluster

2012-08-25 Thread Jason Grout
On 8/25/12 4:32 AM, Maarten Derickx wrote: At the end of the 2 week camp the students really appreciated learning Sage and loved it (according to feedback). One missing feature they would have loved is an integrated chat system, e.g., we did public key

[sage-devel] Re: CAS/LDAP authentication

2012-08-25 Thread mmarco
Could someone please write a tutorial on how to setup the sage notebook identification with CAS? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send

[sage-devel] Sage notebook blocker

2012-08-25 Thread Volker Braun
Is there any hope that the sage notebook can be fixed to allow passwordless login again? I made this a blocker since it prevents us from shipping a no-configuration virtual machine (which is now stuck at sage-5.1), yet no progress has been made on the ticket: http://trac.sagemath.org/sage_trac/

[sage-devel] Re: sagenb.org upgrade to 5.2

2012-08-25 Thread Harald Schilly
ok, hold it, it's just *this* notebook. another one works fine. interesting though ... h -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email

[sage-devel] Re: sagenb.org upgrade to 5.2

2012-08-25 Thread Harald Schilly
I can see the "5.2" and just tried to evaluate my usual "test" notebook. All evaluations return me the content of the input cells 1:1 into the output boxes. It's just me or does this happen for others, too? H -- You received this message because you are subscribed to the Google Groups "sage-

Re: [sage-devel] Re: sagemath cluster

2012-08-25 Thread Maarten Derickx
> > >> At the end of the 2 week camp the students really appreciated learning >> Sage and loved it (according to feedback). One missing feature they >> would have loved is an integrated chat system, e.g., we did public key >> crypto and a chatroom would have been helpful -- we did end up using