[sage-devel] Re: Sage + Hadoop

2012-02-23 Thread akm
> From having a short glance at the webpage I see that you use jpython. I > doubt that Sage builds with it, so I wonder whether this can become a > problem or not. Which webpage are you looking at? I haven't thought much yet about how to implement this integration, but there are some options. Ha

[sage-devel] Re: Sage + Hadoop

2012-02-23 Thread akm
> I'm interested. But in the practical application I've in mind, the data isn't > there it is generated on the fly by sage itself. The problem it to gather > information (eg: the size) on huge sets from combinatorics. Those sets are > generated by a choice tree. The exploration of the various branc

[sage-devel] Sage + Hadoop

2012-02-21 Thread akm
Dear Group, I’m in the ‘big data’ practice at Accenture and am also a big fan of Sagemath, using it almost daily. I’ve recently started wondering what interest you and the community would have in integrating Sagemath a bit with Hadoop or another map-reduce framework so that operations written in

[sage-devel] Re: Building from source fails on Ubuntu 11.10

2011-10-14 Thread akm
Cross-posting since it was not obvious to me how to get past symmetrica build failures: Successfully built on Ubuntu 11.10 amd64 by doing `export LDFLAGS="- ldl"` and swapping in the spkg found in this trac: http://trac.sagemath.org/sage_trac/ticket/10719 Best Andrew Musselman -- To post to thi

[sage-devel] Re: Singular and Symmetric don't build on Ubuntu Oneiric (11.10)

2011-10-14 Thread akm
On Sep 10, 9:58 pm, "john.hoebing" wrote: > On Sep 2, 12:52 am, Dan Drake wrote: > > > I can confirm that by using the LDFLAGS workaround and fiddling with the > > Symmetrica makefile, both spkgs compile, and the resulting Sage build > > passes all tests on my Oneiric VM. > > > ---  Dan Drake > >

[sage-devel] Re: Building from source fails on Ubuntu 11.10

2011-10-14 Thread akm
Dear Jan, that worked great; thanks. Best Andrew On Oct 14, 10:59 am, Jan Groenewald wrote: > Dear Andrea, > > Run this in a terminal: >  sudo apt-get install dpkg-dev > and try again please. > > Regards, > Jan > > On 14 October 2011 18:59, akm wrote: > >

[sage-devel] Re: Building from source fails on Ubuntu 11.10

2011-10-14 Thread akm
Installing dpkg-dev and re-running `make` got the install past that error. Hooray for useful logging! On Oct 14, 9:59 am, akm wrote: > Hi group, just a quick note that building sage-4.7.1 from source on a > fresh install of Ubuntu 11.10 fails with this in the end of the log: > >

[sage-devel] Building from source fails on Ubuntu 11.10

2011-10-14 Thread akm
Hi group, just a quick note that building sage-4.7.1 from source on a fresh install of Ubuntu 11.10 fails with this in the end of the log: Sleeping for three seconds before testing python math module imported OK hashlib module imported OK Traceback (most recent call last): File "", line 1, in

[sage-devel] Re: Date list plot

2010-12-02 Thread akm
On Dec 1, 9:02 pm, Jason Grout wrote: > I've also filed a bug with >Sage:http://trac.sagemath.org/sage_trac/ticket/10365 > > I've filed an enhancement request with > Sage:http://trac.sagemath.org/sage_trac/ticket/10366 > Thanks for your help; those do work for me now. Thanks for filing those t

[sage-devel] Re: Date list plot

2010-12-01 Thread akm
On Dec 1, 6:49 pm, kcrisman wrote: > But 4.6.1 will contain Numpy 1.5, and you can always try out the > latest alpha (see the sage-release Google group for more info). Will try that, thanks. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, s

[sage-devel] Re: Date list plot

2010-12-01 Thread akm
On Dec 1, 6:06 pm, akm wrote: > I'm running Sage 4.5; maybe upgrading to 4.6 will help. > Not likely I guess as Sage 4.6 contains numpy-1.3.0.p4.spkg. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-dev

[sage-devel] Re: Date list plot

2010-12-01 Thread akm
On Dec 1, 3:35 pm, Jason Grout wrote: > > You might just use matplotlib directly in Sage: > > See, for example, > > http://matplotlib.sourceforge.net/examples/pylab_examples/date_demo_c... > > http://matplotlib.sourceforge.net/examples/pylab_examples/date_demo1 > > or just look in the gallery:

[sage-devel] Date list plot

2010-12-01 Thread akm
Has anyone written a version of list_plot that accepts dates? We're doing some log file analysis and the closest I've gotten is to convert the timestamps to epoch seconds. Unfortunately epoch seconds are unreadable as axis tick-mark labels. Any ideas? Thanks! Best Andrew -- To post to this g

[sage-devel] Re: Cannot run notebook()

2007-11-29 Thread akm
Who knows. In any case, I started notebook like so: notebook(secure=true, port=9000) on Bobby Moretti's advice and it runs fine locally. Best, Andrew --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this gr

[sage-devel] Re: Cannot run notebook()

2007-11-26 Thread akm
On Nov 26, 4:09 pm, mabshoff <[EMAIL PROTECTED] dortmund.de> wrote: > > To fix it: Go into $SAGE_LOCAL/spkg/installed and delete cremon*.spkg, > ntl*.spkg and sage*.spkg, then execure make in $SAGE_ROOT. Thanks, Michael. I don't see any files ending in .spkg, however. Also, the main problem I'm

[sage-devel] Re: Cannot run notebook()

2007-11-26 Thread akm
Correction: On Nov 26, 3:43 pm, akm <[EMAIL PROTECTED]> wrote: > I installed > sage-2.8.13 from source, then upgraded to 2.8.14 when I had trouble. I installed a pre-built binary. Best, Andrew --~--~-~--~~~---~--~~ To post to this group, send e

[sage-devel] Cannot run notebook()

2007-11-26 Thread akm
Dear List, I am trying to run sage in a browser using notebook(). I installed sage-2.8.13 from source, then upgraded to 2.8.14 when I had trouble. Any help will be appreciated. Logs and stack traces below. Best, Andrew Here is the traceback I get when I'm trying to run notebook(): sage: not