[sage-edu] Re: Howto setup local sagenb?
On Jan 12, 8:42 pm, "Luiz Felipe Martins" wrote: > I went through the process of setting up a notebook server a few weeks ago, > and wrote some notes. Since I can't seem to find the message with the final > version of my notes, I'm attaching it again. > sage: notebook(accounts=True, secure=True, port=80, > address='sage.math.washington.edu', open_viewer=False) Can someone with the technical knowledge to do so verify that Luiz' instructions would work correctly in a few different settings (if that even makes sense - if not ignore this) and perhaps post this on the Wiki, maybe even with a link from somewhere on the main page? (Assuming he gives permission under some appropriate license.) I would envision that there would be a small link somewhere on a download page with "Interested in setting up a Sage server?" or something. There are often questions of this type, and were at the booth at the JMM. I am not competent to do this myself. But even the helpful instructions Mike put in earlier in the thread don't have the timeout option set, as Luiz' nicely detailed instructions do, and it is little details like that which make using Sage server sometimes annoying for sysadmin (which, again, I am thankfully not). - kcrisman --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: Howto setup local sagenb?
That's the reason I didn't post it anywhere else. I knew nothing about this stuff until a month ago, and would not feel comfortable making it look "official" before others look it over. On Tue, Jan 13, 2009 at 8:35 AM, kcrisman wrote: > > > > On Jan 12, 8:42 pm, "Luiz Felipe Martins" > wrote: > > I went through the process of setting up a notebook server a few weeks > ago, > > and wrote some notes. Since I can't seem to find the message with the > final > > version of my notes, I'm attaching it again. > > > sage: notebook(accounts=True, secure=True, port=80, > > address='sage.math.washington.edu', open_viewer=False) > > Can someone with the technical knowledge to do so verify that Luiz' > instructions would work correctly in a few different settings (if that > even makes sense - if not ignore this) and perhaps post this on the > Wiki, maybe even with a link from somewhere on the main page? > (Assuming he gives permission under some appropriate license.) I > would envision that there would be a small link somewhere on a > download page with "Interested in setting up a Sage server?" or > something. There are often questions of this type, and were at the > booth at the JMM. > > I am not competent to do this myself. But even the helpful > instructions Mike put in earlier in the thread don't have the timeout > option set, as Luiz' nicely detailed instructions do, and it is little > details like that which make using Sage server sometimes annoying for > sysadmin (which, again, I am thankfully not). > > - kcrisman > > > -- "The main things which seem to me important on their own account, and not merely as means to other things, are knowledge, art, instinctive happiness, and relations of friendship or affection." -Bertrand Russell L. Felipe Martins Department of Mathematics Cleveland State University luizfelipe.mart...@gmail.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: Howto setup local sagenb?
On Tue, Jan 13, 2009 at 5:35 AM, kcrisman wrote: > > > > On Jan 12, 8:42 pm, "Luiz Felipe Martins" > wrote: >> I went through the process of setting up a notebook server a few weeks ago, >> and wrote some notes. Since I can't seem to find the message with the final >> version of my notes, I'm attaching it again. > >> sage: notebook(accounts=True, secure=True, port=80, >> address='sage.math.washington.edu', open_viewer=False) > > Can someone with the technical knowledge to do so verify that Luiz' > instructions would work correctly in a few different settings (if that > even makes sense - if not ignore this) and perhaps post this on the > Wiki, maybe even with a link from somewhere on the main page? > (Assuming he gives permission under some appropriate license.) I It's on my todo list to do so, but I haven't got to it. I'm sure Mike Hansen will look at it too. I think a summary of his instructions would go well in the docstring for notebook? and hence in the official reference manual. Where better to look for full details on how to setup the notebook than in notebook? -- William > would envision that there would be a small link somewhere on a > download page with "Interested in setting up a Sage server?" or > something. There are often questions of this type, and were at the > booth at the JMM. > > I am not competent to do this myself. But even the helpful > instructions Mike put in earlier in the thread don't have the timeout > option set, as Luiz' nicely detailed instructions do, and it is little > details like that which make using Sage server sometimes annoying for > sysadmin (which, again, I am thankfully not). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Sage 3.1.1 liveCD
OK, I was trying out the liveCD and it seems like a nice way to have a Sage environment on the fly. It can set up a notebook() environment rather quickly. I ran into a few problems: For example, I can use plot() without a problem. However, if I try plot3d() I get an error about needing to install java. I assume this is the JRE and that its needed to run jMol applets. Also, I tried tachyon() and I don't even get an error, tachyon() isn't even in the help system (plot? gives help, plot3d? gives help, tachyon? doesn't). I'm wondering if this is typical of version 3.1.1 in general, or are these problems inherent in the liveCD only, or am I doing something wrong? TIA, A. Jorge Garcia Applied Math, Physics and Computer Science Baldwin Senior High School & Nassau Community College calcp...@aol.com http://calcpage.tripod.com ftp://centauri.baldwinschools.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: Sage 3.1.1 liveCD
On Tue, Jan 13, 2009 at 4:27 PM, A. Jorge Garcia wrote: > > OK, I was trying out the liveCD and it seems like a nice way to have a > Sage environment on the fly. It can set up a notebook() environment > rather quickly. > > I ran into a few problems: > > For example, I can use plot() without a problem. > However, if I try plot3d() I get an error about needing to install > java. I assume this is the JRE and that its needed to run jMol > applets. Alfredo, You should install java into the livecd so 3d-plotting works. > Also, I tried tachyon() and I don't even get an error, tachyon() isn't > even in the help system (plot? gives help, plot3d? gives help, > tachyon? doesn't). How did you "try tachyon"? Did you do var('x,y') plot3d(x^3 + y^2, viewer='tachyon') > > I'm wondering if this is typical of version 3.1.1 in general, or are > these problems inherent in the liveCD only, or am I doing something > wrong? The java problem is specific to the live cd. william --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---
[sage-edu] Re: Sage 3.1.1 liveCD
OOPs, tachyon does work. I tried the following and all is well: x,y=var('x,y') a=plot3d(x**2+y**2, (x,-10,10), (y,-10,10)) show(a,viewer='tachyon') Is tachyon the only 3d viewer on the liveCD then? Also, why doesn't tachyon? give any help? TIA, A. Jorge Garcia Applied Math, Physics and Computer Science Baldwin Senior High School & Nassau Community College calcp...@aol.com http://calcpage.tripod.com ftp://centauri.baldwinschools.net --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "sage-edu" group. To post to this group, send email to sage-edu@googlegroups.com To unsubscribe from this group, send email to sage-edu+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-edu?hl=en -~--~~~~--~~--~--~---