Re: [sage-support] LDAP (or AD or...) again

2012-11-27 Thread Tim Joseph Dumol
On Nov 22, 2012 3:45 PM, "Thierry Dumont" wrote: > Le 22/11/2012 08:53, Jori Mantysalo a écrit : > >> Getting back to this old question... Version 5.4. has been released. How >> to set up ldap? Or some kind of external authentication, like CAS or AD? >> >> Has anyone made this? I'm stuck with old

Re: [sage-support] Sage's version of enumerate

2011-07-31 Thread Tim Joseph Dumol
Whoops, looks like William beat me to it. On Mon, Aug 1, 2011 at 2:00 AM, Tim Joseph Dumol wrote: > While I don't think there's one readily available, you can easily define > one yourself: > > def senumerate(seq): > return ((ZZ(i), x) for (i,x) in enumerate(

Re: [sage-support] Sage's version of enumerate

2011-07-31 Thread Tim Joseph Dumol
t+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- Tim Joseph Dumol http://timdumol.com -- To post to this group, send email to sage-support@googlegroups.com To unsu

Re: [sage-support] Arithmetic Progession syntax

2011-03-28 Thread Tim Joseph Dumol
end email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- Tim Joseph Dumol http://timdumol.com -- To post to this group, send email to sage-support@googlegr

Re: [sage-support] How to install a customized version of sagenb?

2010-09-08 Thread Tim Joseph Dumol
google.com/group/sage-support > URL: http://www.sagemath.org > -- Tim Joseph Dumol http://timdumol.com -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit th

Re: [sage-support] Re: Those cookies again...

2010-08-28 Thread Tim Joseph Dumol
A fix is presented at http://trac.sagemath.org/sage_trac/ticket/9832. On Sat, Aug 28, 2010 at 7:40 PM, Dr. David Kirkby wrote: > On 08/28/10 12:27 PM, Tim Joseph Dumol wrote: > >> The invalid HTML is orthogonal to this issue and is merely a typo. The >>  tag merely af

Re: [sage-support] Re: Error message

2010-08-28 Thread Tim Joseph Dumol
codec can't decode byte 0xc2 >>>> in position 8037: ordinal not in range(128) >>> >>>> Any idea? >>> >>> This appears to have happened when you clicked to "Download All Active" >>> worksheets.  Could you try to isolate an ind

Re: [sage-support] Re: Those cookies again...

2010-08-28 Thread Tim Joseph Dumol
mp;group=0&user-agent=W3C_Validator/1.1 And so on. I do not say that writing invalid HTML should be accepted as the norm, but it is pointless to blame the cookie issue on it. > >> I wonder if part of the problem had to do with them creating accounts >> directly bef

Re: [sage-support] Re: Those cookies again...

2010-08-27 Thread Tim Joseph Dumol
should be tracked down. > > +1 > > I'm glad someone else has seen this recently!  It's definitely only in > Safari. > > - kcrisman > > -- > To post to this group, send email to sage-support@googlegroups.com > To unsubscribe from this group, send email to

Re: [sage-support] notebook(require_login=True) does not work?

2010-07-29 Thread Tim Joseph Dumol
il to sage-support@googlegroups.com > To unsubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- Tim Joseph Dumol http://timd

Re: [sage-support] Using ipython (magic) shell commands in notebook interface

2010-07-13 Thread Tim Joseph Dumol
subscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- Tim Joseph Dumol http://timdumol.com -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this gr

Re: [sage-support] Some R integration samples - is there better way to do it?

2010-07-04 Thread Tim Joseph Dumol
On Mon, Jul 5, 2010 at 12:13 AM, Tim Joseph Dumol wrote: > Hi Andrezj, > > On Sun, Jul 4, 2010 at 11:54 PM, Andrzej Giniewicz wrote: >> Hi, >> >> recently I have given short introductory talk about Sage and questions >> about integration with R arisen. Results o

Re: [sage-support] Some R integration samples - is there better way to do it?

2010-07-04 Thread Tim Joseph Dumol
x <- c(1,2,3)') [1] 1 2 3 sage: r('x') [1] 1 2 3 sage: sageobj(r('x')) # r('x').sage() works too [1, 2, 3] sage: r([1, 2, 3]) [1] 1 2 3 --- Tim Joseph Dumol http://timdumol.com -- To post to this group, send email to sage-support@googlegroups.com To unsubscri

Re: [sage-support] sorting array

2010-06-16 Thread Tim Joseph Dumol
ups.com > To unsubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- Tim Joseph Dumol http://timdumol.com -- To post to

Re: [sage-support] Re: Using _ is a lot less helpful than it used to be

2010-06-02 Thread Tim Joseph Dumol
Oops. It's a patch in my queue that fixed it: http://trac.sagemath.org/sage_trac/ticket/8686. I think this may call for another sagenb package. On Wed, Jun 2, 2010 at 10:30 PM, kcrisman wrote: > > > On Jun 2, 9:55 am, Tim Joseph Dumol wrote: > > On Wed, Jun 2, 2010 at 9:34

Re: [sage-support] Using _ is a lot less helpful than it used to be

2010-06-02 Thread Tim Joseph Dumol
ubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > I believe this issue was fixed in Sage 4.4.2.alpha0 (at least). -- Tim Joseph Dumol

Re: [sage-support] problem with multi line program statement in notebook

2010-05-14 Thread Tim Joseph Dumol
On Fri, May 14, 2010 at 7:39 PM, Tim Joseph Dumol wrote: > Hi, > > > On Fri, May 14, 2010 at 7:28 PM, Rajeev wrote: > >> Hi, >> >> I am getting the following error in the notebook >> >> 1 + \ >> 2 >> >> Traceback (most recent c

Re: [sage-support] problem with multi line program statement in notebook

2010-05-14 Thread Tim Joseph Dumol
e same error? > > Best wishes, > Rajeev > > -- > To post to this group, send email to sage-support@googlegroups.com > To unsubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://grou

Re: [sage-support] Why isn't Sage showing plots from matplotlib/pylab ?

2010-05-12 Thread Tim Joseph Dumol
roups.google.com/group/sage-support > URL: http://www.sagemath.org > Try using plt.savefig('foo.png') instead of plt.show(). The Sage Notebook automatically displays any files saved in the evaluation directory. This should probably be put in documentation somewhere (if it isn't al

Re: [sage-support] Re: strange behavior on assigning string with single quotes

2010-05-12 Thread Tim Joseph Dumol
egroups.com > > To unsubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > > For more options, visit this group athttp:// > groups.google.com/group/sage-support > > URL:http://www.sagemath.org > > -- > To post to this group, send email

Re: [sage-support] Re: maximum doesn't launch

2010-04-24 Thread Tim Joseph Dumol
> When you are done debugging, you can type "exit" to leave the > subshell. > > > > Any idea of the deep cause of the error? > > Mathieu > > -- > To post to this group, send email to sage-support@googlegroups.com > To unsubscribe from this group, send email

Re: [sage-support] Re: maximum doesn't launch

2010-04-23 Thread Tim Joseph Dumol
at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- Tim Joseph Dumol http://timdumol.com -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options

Re: [sage-support] maximum doesn't launch

2010-04-23 Thread Tim Joseph Dumol
because the command 'maxima- > noreadline --userdir="/Users/mathieuroux/.sage/maxima" -p "/ > Applications/sage-4.3.5/local/bin/sage-maxima.lisp"' failed. > Can someone help me? > you know i'm french so if you answer in french don't worr

Re: [sage-support] Automatic login to notebook not working with seamonkey 2.0.3

2010-04-21 Thread Tim Joseph Dumol
Weimar, Ostfalia, Germany > > -- > To post to this group, send email to sage-support@googlegroups.com > To unsubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-supp

Re: [sage-support] Re: Where does evaluation happen in drop-down system menu in notebook?

2010-04-13 Thread Tim Joseph Dumol
r, the new file detection (and image display) routines only look at new images in the /tmp/ directory, so nothing was displayed. After, %r did its work in the /tmp/ directory, where it should be done, and any new files created are automatically shown and copied over to the cell directory. -- Tim Joseph Dum

Re: [sage-support] Where does evaluation happen in drop-down system menu in notebook?

2010-04-13 Thread Tim Joseph Dumol
http://www.sagemath.org > Hi, The culprit of your problem is in sagenb.notebook.worksheet._eval_cmd, which tells the R interpreter to switch to the cell directory, when in fact it should switch to the /tmp/ directory of the cell. I'll post a quick patch in a moment. -- Tim Joseph Dumol

Re: [sage-support] List of "standard functions"?

2010-04-03 Thread Tim Joseph Dumol
googlegroups.com > To unsubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > > To unsubscribe, reply using "remove me"

Re: [sage-support] Re: adding noise

2010-04-02 Thread Tim Joseph Dumol
On Sat, Apr 3, 2010 at 12:41 PM, G B wrote: > Thanks for the detailed response, Simon. Please understand that I'm not > being critical of Sage-- quite the contrary, I'm excited about what it might > offer me once I master it. > > I think you touch on one key to the problem-- I'm not a mathematic

Re: [sage-support] Transfer notebooks from windows to ubuntu and/or importing downloaded notebooks

2010-03-16 Thread Tim Joseph Dumol
http://www.sagemath.org > Hello, Assuming you have the latest version of Sage installed (4.3.3), you should be able to download the entire notebook, with all the worksheets, as a zip archive using the "Download All Active" link on the worksheet list of the SageNB server on Windows

Re: [sage-support] Where are previous cell results stored, can it be removed?

2010-01-19 Thread Tim Joseph Dumol
red in "Undo", but no output files are stored there. Cell data are stored in $DOT_SAGENB/home. $DOT_SAGENB is by default ~/.sage/sage_notebook.sagenb. I myself have occasional problems with Jmol, so I can't help on that. Someone else on this mailing list probably can, though.

Re: [sage-support] Insert New HTML Cell?

2010-01-03 Thread Tim Joseph Dumol
t; > -- > To post to this group, send email to sage-support@googlegroups.com > To unsubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http:/

Re: [sage-support] which python does sage use?

2009-12-28 Thread Tim Joseph Dumol
unsubscribe from this group, send email to > sage-support+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- Tim Joseph Dumol http://timdumol.com -- To post to this group, send

Re: [sage-support] Re: sage 4.3 compilation problem: NotImplementedError

2009-12-28 Thread Tim Joseph Dumol
-mtune=core2 -O2 -pipe" > CXXFLAGS="${CFLAGS}" > > > Renato > > > On Dec 27, 6:01 am, Tim Joseph Dumol wrote: > > Hello, > > > > Sage must be compiled with -O1 or -O0, any higher causes hangs/problems. > > Hopefully that works for you. > > >

Re: [sage-support] sage 4.3 compilation problem: NotImplementedError

2009-12-26 Thread Tim Joseph Dumol
/local/lib/python2.6/site-packages/sage/rings/all.py", > line 94, in from qqbar import (AlgebraicRealField, > is_AlgebraicRealField, AA, File > > "/home/renato/src/sage-matematica/src/sage-4.3/local/lib/python2.6/site-packages/sage/rings/qqbar.py", > line 1416, in QQxy = QQ[&#

Re: [sage-support] Re: notebook in sage

2009-12-22 Thread Tim Joseph Dumol
; > > --- www.thinkgene.com > > > > > > -- > "... an entire human genome would fit on a music CD." > > --- www.thinkgene.com > > -- > To post to this group, send email to sage-support@googlegroups.com > To unsubscribe from this group, send email

Re: [sage-support] Re: File handling in Sage

2009-12-17 Thread Tim Joseph Dumol
he Sage command line interface. > > > > [1]http://docs.python.org/library/os.html > > > > -- > > Regards > > Minh Van Nguyen > > -- > To post to this group, send email to sage-support@googlegroups.com > To unsubscribe from this group, send email to >

Re: [sage-support] pytables

2009-12-09 Thread Tim Joseph Dumol
w.sagemath.org > Hey, Just do: $ sage -sh $ easy_install tables -- Tim Joseph Dumol http://timdumol.com -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group

Re: [sage-support] Re: Where does this error message come from?

2009-11-28 Thread Tim Joseph Dumol
On Sat, Nov 28, 2009 at 6:12 PM, Simon King wrote: > Hi Tim! > > On 28 Nov., 11:04, Tim Joseph Dumol wrote: > [...] > > So it seems that using the CSV reader for this case is around half as > slow > > as using split (probably due to the type conversions required). &

Re: [sage-support] Re: Where does this error message come from?

2009-11-28 Thread Tim Joseph Dumol
")') 625 loops, best of 3: 50.1 µs per loop So it seems that using the CSV reader for this case is around half as slow as using split (probably due to the type conversions required). > Cheers, > Simon > > -- > To post to this group, send email to sage-support@googlegroups.com > T

Re: [sage-support] Re: Something like Mathematica's `Interact`?

2009-11-21 Thread Tim Joseph Dumol
h. > > Thanks. > > -- > To post to this group, send email to sage-support@googlegroups.com > To unsubscribe from this group, send email to > sage-support-unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/sage-support >

[sage-support] Re: Arch Linux and Sage

2009-11-10 Thread Tim Joseph Dumol
Just as an update, I've done the reformat and I still have the problem. I'm guessing there's something wrong with my system setup. - Tim Joseph Dumol http://timdumol.com On Sun, Nov 8, 2009 at 1:29 PM, Tim Joseph Dumol wrote: > I installed libfplll from the AUR, and copied

[sage-support] Re: Arch Linux and Sage

2009-11-07 Thread Tim Joseph Dumol
uo E4500 2.2Ghz with 4GB RAM right now. Perhaps I'll try reformatting my system sometime to see if it's a problem with the libraries on my system. - Tim Joseph Dumol http://timdumol.com On Sun, Nov 8, 2009 at 1:06 PM, William Stein wrote: > > On Sat, Nov 7, 2009 at 8:58 PM, Tim Jo

[sage-support] Re: Arch Linux and Sage

2009-11-07 Thread Tim Joseph Dumol
interface not being implemented. I do not know any workarounds to this. Thus, it would probably be best to use the binary distribution for now. - Tim Joseph Dumol http://timdumol.com On Sun, Nov 8, 2009 at 12:39 PM, Josh wrote: > > Is there a reason why it does not compile well? > > On

[sage-support] Re: Arch Linux and Sage

2009-11-07 Thread Tim Joseph Dumol
Hey Josh, Currently, Sage does not build properly in Arch Linux. You may want to install the binary version at http://sagemath.org or at the Arch Linux AUR ( http://trac.sagemath.org/sage_trac/ticket/7408 ). - Tim Joseph Dumol http://timdumol.com On Sun, Nov 8, 2009 at 9:21 AM, Josh wrote

[sage-support] Re: The resource /javascript/tiny_mce/plugins/table/table.htm cannot be found

2009-10-27 Thread Tim Joseph Dumol
Things are working fine for me here -- can you try upgrading your sagenb package by doing the following? {{{ $ sage -f http://sage.math.washington.edu/home/wstein/patches/sagenb/sagenb-0.4.spkg }}} - Tim Joseph Dumol On Tue, Oct 27, 2009 at 6:18 PM, noillagr wrote: > > When I attempt

[sage-support] Re: Why does my notebook output display a lot of Python execution steps?

2009-10-18 Thread Tim Joseph Dumol
ames/.sage/"; DIR=__DIR__; > DATA="/home/james/.sage/sage_note book/worksheets/admin/2/data/"; > _support_.init(None, globals()); > >>> > execfile("/home/james/.sage/sage_notebook/worksheets/admin/2/code/ > 1.py") > 0 > > > [ Then the grap

[sage-support] Re: sagemath.org change

2009-10-02 Thread Tim Joseph Dumol
case for others too, or specific to my connection? > Is this an intentional change, or a (temporary) problem? > > Thanks! > Best, > Wolfgang > > > > -- Tim Joseph Dumol --~--~-~--~~~---~--~~ To post to this group, send email to sage-supp

[sage-support] Re: class problem

2009-10-01 Thread Tim Joseph Dumol
ntegrate each of the parts. \ >Try the ParFrac function then try it on your own." >str2="The integral is :" >return str1,Beq1,str2,R3 > > > -- Tim Joseph Dumol --~--~-~--~~~---~--~~ To post to this group, s

[sage-support] Re: setuptools vs. Distribute

2009-09-29 Thread Tim Joseph Dumol
; > Will Sage ever include Distribute? > > I don't know. This is the first I've heard of this fork, etc. Maybe > you could fill us in with more details? Mailing list links, etc.? > > William > > > > -- Tim Joseph Dumol --~--~-~--~~

[sage-support] Re: Logic minimization

2009-09-24 Thread Tim Joseph Dumol
hed it in 5 months. It needs some polishing before getting > > into Sage. Any volunteers? :-) > > > > [1]http://trac.sagemath.org/sage_trac/ticket/5910 > > > > -- > > Regards > > Minh Van Nguyen > > > -- Tim Joseph Dumol --~--~-~--~~-

[sage-support] Re: Help for a single test in a function.

2009-09-23 Thread Tim Joseph Dumol
gt; sage: > But functions and tests without "else :" are right. > I deplace the else: line at the very beginning, under others lines and > get the same error. > > What is the shortest test with else: I must try ? > > Many thanks. > > F. > > >

[sage-support] Re: GNUPLOT

2009-09-19 Thread Tim Joseph Dumol
this did not work. Does anybody have > an idea on how I can get this working? > > > Thanks, > Eric > > > -- Tim Joseph Dumol --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from