[sage-devel] easy documentation review

2012-11-22 Thread Dan Drake
Anybody for a quick, easy, documentation-only review? http://trac.sagemath.org/sage_trac/ticket/13715 Dan -- --- Dan Drake - http://math.pugetsound.edu/~ddrake --- signature.asc Description: Digital signature

[sage-devel] Re: Running sage on ubuntu server VM under W8

2012-11-22 Thread Volker Braun
Set up the networking with the VM such that only the host OS has access ("Host-only networking" in VirtualBox and VMware). Then run the Sage notebook without secure=True. On Thursday, November 22, 2012 9:03:55 PM UTC, MartinX wrote: > > I am experimenting with a VM under W8 Hyper-V under ubuntu

[sage-devel] assuming 'integer' can change results of limit from 3 to +oo? (possible bug?)

2012-11-22 Thread Andrzej Giniewicz
Hi, it is obvious to me, that specifying assumptions can give us results, when one cannot compute them in general form (and there are samples in docs). But should making assumptions dramatically change them? This result worries me, is this a known thing, or my misunderstanding of what changes whe

Re: [sage-devel] Running sage on ubuntu server VM under W8

2012-11-22 Thread Andrea Lazzarotto
2012/11/22 MartinX > why am I getting /usr/bin.xdg-open not found and do I need to do > anything > Because the Sage Notebook automatically tries to fire up a graphical browser (which I bet you don't have on Ubuntu Server) with an auth token. > 2. why is the SSL session being rejected an

[sage-devel] Running sage on ubuntu server VM under W8

2012-11-22 Thread MartinX
I am experimenting with a VM under W8 Hyper-V under ubuntu 12.10 server. The aim is to have the vm automatically launch and run sage notebook so I just connect via the browser as needed whenever in w8. I have installed Sage-5.4 with openssl.py. ptestlong has succeeded so I am content I have

Re: [sage-devel] Sage-5.4 virtual appliance

2012-11-22 Thread Andrea Lazzarotto
2012/11/22 Volker Braun > If you want to help *you can just* fix the bug in the notebook You're doing a very strong assertion here. sage: assert("Andrea Lazzarotto is a senior super skilled Python programmer which knows a lot about the Sage source code") ---

[sage-devel] Re: [sage-combinat-devel] Re: Permutations... again.

2012-11-22 Thread Travis Scrimshaw
Hey Nathann, The main reason why I stalled on the permutations input was mainly trying to figure out how to handle generalized permutations (a.k.a. bi-words, two-line arrays, in bijection with N-matrices) so the RS(K) examples will still work (and as a 2fer, getting the full RSK working), and

[sage-devel] Re: [sage-combinat-devel] Re: Permutations... again.

2012-11-22 Thread Nicolas M. Thiery
Hi Nathann, On Thu, Nov 22, 2012 at 06:13:52AM -0800, Nathann Cohen wrote: >Vincent, Travis, Dima : there's a new patch at #13742. It does nothing. It >just checks input. It adds tests and warnings. And I lost half a day and a >lunch because of very bad work. >Feel free to

[sage-devel] The mess in Permutations

2012-11-22 Thread Nathann Cohen
Hello everybody. I just created a new patch that adds an input check in the constructor of Permutation. This, because I have had problems with it, because you can create an infinite loop with it in two lines, and because it is totally impossible that -- after looking at the code -- such a thing wo

Re: [sage-devel] Sage-5.4 virtual appliance

2012-11-22 Thread Volker Braun
On Thursday, November 22, 2012 12:48:45 PM UTC, Andrea Lazzarotto wrote: > TW for the issue about being unable to use the host browser, isn't there > any way to read the provided token that Sage outputs on the screen? Then > maybe we could be able to alert the user with a message, or even better

Re: [sage-devel] Sage-5.4 virtual appliance

2012-11-22 Thread Andrea Lazzarotto
I tried the new VM, it works well, except for a few things: - it would be nice to have some way for changing the keyboard layout for "the rest of us" who don't live in the US :P - Chrome complains about the IcedTea plugin being out of date 2012/11/21 Volker Braun > Google's v8 consiste