Re: [sage-devel] Unifying Command line options

2012-01-28 Thread R. Andrew Ohana
On Sat, Jan 28, 2012 at 21:19, David Roe wrote: >> % sage ARGS # this would be for running sage scripts, or a couple of >> oddball arguments >> % sage notebook ARGS >> % sage pkg ARGS # this would include spkg stuff >> % sage pkg install # since install has some special flags like -f or -s >> % sa

Re: [sage-devel] Unifying Command line options

2012-01-28 Thread David Roe
> % sage ARGS # this would be for running sage scripts, or a couple of > oddball arguments > % sage notebook ARGS > % sage pkg ARGS # this would include spkg stuff > % sage pkg install # since install has some special flags like -f or -s > % sage test ARGS > % sage build ARGS > % sage {python,maxim

[sage-devel] Fwd: Atelier PARI/GP slides

2012-01-28 Thread William Stein
Pari Days slides! -- Forwarded message -- From: Bill Allombert Date: Saturday, January 28, 2012 Subject: Atelier PARI/GP slides To: pari-...@pari.math.u-bordeaux.fr Hello PARI developers, The slide from the just finished Atelier PARI/GP are available at:

[sage-devel] Re: Android app

2012-01-28 Thread Volker Braun
Just do double check, you have v0.2? (Menu->Changelog) -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel U

Re: [sage-devel] Re: webgl

2012-01-28 Thread Volker Braun
Even better, three.js can render canvas, svg, and WebGL.. Maybe that is what "three" refers to? ;-) Once we can render svg, it would be easy to convert that to pdf for publications. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an em

[sage-devel] Re: [sage-notebook] Debugger in notebook

2012-01-28 Thread Harald Schilly
On Sat, Jan 28, 2012 at 19:52, William Stein wrote: > I think the single nost important feature missing in the sage notebook is > good support for interactive debugging, … yes, the one for flask is quite cool, especially the interactive shell. what's related and also missing is a list of variabl

[sage-devel] Debugger in notebook

2012-01-28 Thread William Stein
Hi, I think the single nost important feature missing in the sage notebook is good support for interactive debugging, like what you get ob the command line when you type %debug right after a traceback. Any thought about implementing such a thing? UI? Examples? Etc. -- William Stein Profess

[sage-devel] Re: webgl

2012-01-28 Thread Jason Grout
On 1/28/12 12:21 PM, Jason Grout wrote: I suppose it's hard to tell. http://www.khronos.org/webgl/wiki/Main_Page indicates that IE doesn't have WebGL, for example. According to the google analytics, about 12.5% of our visits to sagenb.org over the last 6 months have been with IE, and about 2-3%

[sage-devel] Re: webgl

2012-01-28 Thread Jason Grout
On 1/28/12 12:15 PM, William Stein wrote: > These two statements taken together are concerning. We don't want to penalize the performance for the majority of people (i.e., those with not up-to-date browsers or computers, but can run java). > Sorry to trouble you, but I think it is time to mo

[sage-devel] Re: webgl

2012-01-28 Thread Jason Grout
On 1/28/12 12:10 PM, Dima Pasechnik wrote: On Sunday, 29 January 2012 01:54:00 UTC+8, jason wrote: On 1/28/12 10:03 AM, William Stein wrote: > Canvas for complicated scenes is of > course slow, but at least it works on nearly anything. > > Switching from jmol to three.j

[sage-devel] Re: webgl

2012-01-28 Thread William Stein
On Saturday, January 28, 2012, Jason Grout wrote: > On 1/28/12 10:03 AM, William Stein wrote: >> >> Canvas for complicated scenes is of >> course slow, but at least it works on nearly anything. >> >> Switching from jmol to three.js as our main engine for 3d graphics >> should be high on the roadma

[sage-devel] Re: webgl

2012-01-28 Thread Dima Pasechnik
On Sunday, 29 January 2012 01:54:00 UTC+8, jason wrote: > > On 1/28/12 10:03 AM, William Stein wrote: > > Canvas for complicated scenes is of > > course slow, but at least it works on nearly anything. > > > > Switching from jmol to three.js as our main engine for 3d graphics > > should be high on

[sage-devel] Re: webgl

2012-01-28 Thread Jason Grout
On 1/28/12 10:03 AM, William Stein wrote: Canvas for complicated scenes is of course slow, but at least it works on nearly anything. Switching from jmol to three.js as our main engine for 3d graphics should be high on the roadmap for this year. These two statements taken together are concernin

[sage-devel] Re: Android app

2012-01-28 Thread kilucas
I'm running the app on a Flytouch 3 tablet running Android 2.2. If I try the 1+1 calculation I get the Web page not available whether (1) I have nothing after the "1+1", (2) a space, (3) two spaces, (4) three spaces, (5) a colon, (6) a space and a colon, (7) a space a colon and a space, (8) a semi

Re: [sage-devel] Re: webgl

2012-01-28 Thread William Stein
On Fri, Jan 27, 2012 at 1:25 AM, William Stein wrote: > On Fri, Jan 27, 2012 at 1:10 AM, mmarco wrote: >> I have just tested on chromium and firefor under linux. It does work >> on both (but i have the impression that performance is better in >> chromium). Strangely, it does work on the version o

[sage-devel] Re: Android app

2012-01-28 Thread Moritz Minzlaff
Excuse my slow response (my android phone is not my regular phone and I didn't have it with me for a couple of days). > That's actually different than what they are describing, and seems to > have to do with Codemirror or how the browser is interacting (or our > code for dealing with CodeMirror).

[sage-devel] [ARM] pickling problem : help needed

2012-01-28 Thread Julien Puydt
Hi, I ran "make ptestlong" again ; this time with the SAGE_PICKLE_JAR environment variable. Now, here is what I have for example in ptestlong.log : * unpickle failure: load('/home/jpuydt/.sage/temp/hecke/26329/dir_2/pickle_jar/_class__sage_coding_linear_code_LinearCode__.sobj') and here is