[sage-support] sagecell permalink down?

2014-09-22 Thread A. Jorge Garcia
or on their blogs. Sincerely, A. Jorge Garcia http://shadowfaxrant.blogspot.com https://www.youtube.com/user/calcpage2009 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, se

[sage-support] Re: lzma file?

2012-05-24 Thread A. Jorge Garcia
> > Isn't there an archive of older *.lzma files somewhere? > > >> TIA, > > A. Jorge Garcia > > Applied Math and CompSci > > http://shadowfaxrant.blogspot.com > > http://www.youtube.com/calcpage2009 > > -- To post to this group, send

[sage-support] alternate lzma files?

2012-05-23 Thread A. Jorge Garcia
buntu 11.10! TIA, A. Jorge Garcia Applied Math and CompSci http://shadowfaxrant.blogspot.com http://www.youtube.com/calcpage2009 -- 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 op

[sage-support] Re: lzma file?

2012-05-23 Thread A. Jorge Garcia
ts-i686-Linux/local/lib/python2.7/site-packages/IPython/genutils.py", line 28, in import subprocess File "/usr/local/sage-5.0-linux-32bit-ubuntu_12.04_lts-i686-Linux/local/lib/python/subprocess.py", line 429, in import select ImportError: /lib32/libc.so.6: version `G

[sage-support] Re: lzma file?

2012-05-23 Thread A. Jorge Garcia
ts-i686-Linux/local/lib/python2.7/lib-dynload/select.so) So, I ran "sudo apt-get install ipython" but I still get the same error. Then I saw in an Ubuntu forum that installing libssl0.9.8 would help but still no joy! Help! A. Jorge Garcia Applied Math and CompSci http://shadowfaxrant.b

[sage-support] lzma file?

2012-05-22 Thread A. Jorge Garcia
started a similar thread in sage-edu. TIA, A. Jorge Garcia Applied Math and CompSci http://shadowfaxrant.blogspot.com http://www.youtube.com/calcpage2009 -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@google

Re: [sage-support] plots in 3d are not published?

2012-01-02 Thread A. Jorge Garcia
-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org Is it possible that the second user does not have JRE installed in their browser? I think 3D plots use JMOL which depends on Java. HTH, A. Jorge Garcia

Re: [sage-support] Jmol on Android tablet

2011-11-26 Thread A. Jorge Garcia
om 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 On my android phone, I use show(viewer="tachyon") instead of jmol. HTH, A. Jorge Garcia A

Re: [sage-support] wiki.sagemath.org where fore are thou?

2011-08-09 Thread A. Jorge Garcia
link that goes to wiki such > as http://wiki.sagemath.org/ANYTHING! Is the wiki down, is it gone, > can it be fixed? > The wiki was down for about 5 minutes. > TIA, > A. Jorge Garcia > calcp...@aol.com > Applied Math and CompSci > http://shadowfaxrant.blogspot.co

Re: [sage-support] Re: Sage Scripts

2011-04-18 Thread A. Jorge Garcia
recommend Linux boxes HTH, A. Jorge Garcia Applied Math and CompSci http://shadowfaxrant.blogspot.com http://www.youtube.com/calcpage2009 -Original Message- From: Simon King To: sage-support Sent: Mon, Apr 18, 2011 9:27 am Subject: [sage-support] Re: Sage Scripts On 17 Apr., 04:57

Re: [sage-support] Re: Sequences and Series

2011-03-30 Thread A. Jorge Garcia
Do you mean something like: #fibonacci def fib(n): if n==0 or n==1: return 1 return fib(n-1)+fib(n-2) #output sequence for i in range(10): print fib(i) #output series sum=0 for i in range(10): sum+=fib(i) print sum HTH, A. Jorge Garcia Applied Math and CompSci http

Re: [sage-support] SAGE cluster?

2011-03-04 Thread A. Jorge Garcia
OK, so IPython uses mpi4py and openmpi? TIA, A. Jorge Garcia Applied Math and CompSci http://shadowfaxrant.blogspot.com http://www.youtube.com/calcpage2009 -Original Message- From: Harald Schilly To: sage-support@googlegroups.com Sent: Fri, Mar 4, 2011 7:02 pm Subject: Re: [sage

Re: [sage-support] SAGE cluster?

2011-03-02 Thread A. Jorge Garcia
http://trac.sagemath.org/sage_trac/ticket/8537 Thanx for this ticket info. It looks like this MPI pkg is now installable as a special pkg? How do I do that? How do I use openMPI and mpi4py in SAGE after the install? TIA, A. Jorge Garcia Applied Math and CompSci http

Re: [sage-support] sagenb.org server(s)

2011-02-07 Thread A. Jorge Garcia
f its a problem in my school's network which is notorious for lag So, I switched to using the binaries for Ubuntu. I gave every one of my students a copy of the binary and we are using that instead this semester. So far, all is going well! HTH, A. Jorge Garcia Applied Math and Co

Re: [sage-support] sage binaries

2011-01-25 Thread A. Jorge Garcia
ftp server for my AP-CompSci classes once I get some new server hardware. I'd like to set up a SAGE server for my intro-CompSci students as well as my CalculusResearchLab students. TIA, A. Jorge Garcia Applied Math and CompSci http://shadowfaxrant.blogspot.com http://www.youtube.com/calcpag

[sage-support] Happy New Year 2011!!!

2011-01-01 Thread A. Jorge Garcia
Happy New Year all! Please enjoy my YouTubes and BlogSpots! HTH, A. Jorge Garcia Applied Math and CompSci http://shadowfaxrant.blogspot.com http://www.youtube.com/calcpage2009 -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

Re: [sage-support] What's easiest way to get Sage running on Windows for non-techie students?

2010-10-11 Thread A. Jorge Garcia
dents make an account on one of the SAGE servers online. I have a lot of other hardware/software/firmware/networking issues to deal with, this way I have one less headache! HTH, A. Jorge Garcia http://shadowfaxrant.blogspot.com http://www.youtube.com/calcpage2009 Teacher & Professo

Re: [sage-support] Octave and SAGE

2010-08-26 Thread A. Jorge Garcia
Octave is not bundled with Sage. If you have Octave already installed, then Sage can interface with it via pexpect. OOPs, I think I got confused since one of the latest CD versions of SAGE included Octave on the desktop. Sorry, A. Jorge Garcia http://shadowfaxrant.blogspot.com http

Re: [sage-support] tab on an iPad

2010-08-23 Thread A. Jorge Garcia
e I was playing with 3D ray tracers like Tachyon and povray. I found a video demoing dSAGE running a povray plot and was instantly hooked on SAGE. I really should figure out how to distribute SAGE jobs over a cluster.... Thanx, A. Jorge Garcia http://shadowfaxrant.blogspot.com -- Sent

Re: [sage-support] tab on an iPad

2010-08-23 Thread A. Jorge Garcia
alled on a MacBook Pro, however. If you don't do 3D graphs, I think you're fine. I just don't know if the iPad has the same restrictions as the iTouch.... HTH, A. Jorge Garcia http://shadowfaxrant.blogspot.com http://www.youtube.com/calcpage2009 Teacher & Professor