Re: [sage-notebook] Re: [sage-support] Display worksheets with interact applications in notebooks correctly without editing them first

2009-11-25 Thread Alex Clemesha
e wide range of "drop in" jquery plugins there are - in fact the Sage Interact uses several of them already - it will be a big win if we follow suite with a Interact plugin. -Alex > I can't guarantee > this project will succeed, but if it does, then it will

[sage-support] Re: How cleanly kill Sage notebook on command line?

2009-10-04 Thread Alex Clemesha
;t obvious which one I > should kill -9. > > I tried killing some but can't find the right one that shuts down the > whole operation. If you're writing a script, this line is probably what you want: kill -9 `cat /path/to/twistd.pid` #those are back-ticks -Alex >

[sage-support] Re: twisted server

2009-10-02 Thread Alex Clemesha
- > I have a request.finish() at the end. > It works OK in IE8. > I get  a "request.finish" done twice warning.  I load it in FireFox > and it kind of works.  At times it displays html code and I refresh > the screen and the apage

[sage-support] Re: twisted server

2009-10-02 Thread Alex Clemesha
_success_callback, request) return server.NOT_DONE_YET def my_success_callback(self, request): request.write(...) request.finish() So that should be it. -Alex > > > On Oct 2, 6:27 am, "Dr. David Kirkby" wrote: >> Alex Clemesha wrote: >> >> roo

[sage-support] Re: twisted server

2009-09-30 Thread Alex Clemesha
Note the " href='/buy'". Does this work for you now? -Alex > > On Sep 30, 11:28 am, Alex Clemesha wrote: >> > root = Resource() >> > root.putChild("foo", File("/tmp")) >> > root.putChild("bar",

[sage-support] Re: twisted server

2009-09-30 Thread Alex Clemesha
that shows the contents of "/lost+found"? Maybe there is a problem accessing that directory in the filesystem? Apologies if this is not the question you are asking. -Alex > > On Sep 29, 8:55 pm, William Stein wrote: >> On Tue, Sep 29, 2009 at 5:12 PM, Alex Clemesha wrote: &

[sage-support] Re: twisted server

2009-09-29 Thread Alex Clemesha
On Tue, Sep 29, 2009 at 4:42 PM, William Stein wrote: > > On Tue, Sep 29, 2009 at 4:41 PM, Alex Clemesha wrote: >> >> On Tue, Sep 29, 2009 at 8:26 AM, Mikie wrote: >>> >>> Does anyone have an example of a twisted server that loads 2 html >>> pa

[sage-support] Re: twisted server

2009-09-29 Thread Alex Clemesha
rnal.com/tag/sixty+seconds You'll be able to figure out you above question, and more, pretty easily from them. Send another email if you're still having trouble after checking those out. -Alex > > Thanx > > > -- Alex Clemesha clemesha.org --~--~-~--~~

[sage-support] Re: online notebook

2009-08-09 Thread Alex Clemesha
.@gmail.com writes: >> >> It is great to hear (read) that the online site is designed to remain >> indefinitely.  I think that is the way I will go with my students. >> >> >> > > > > -- > William Stein > Associate

[sage-support] Re: Using Sage with a large number of undergraduate students.

2008-10-06 Thread Alex Clemesha
m the backend 'kernel'). What's missing from Knoboo, and what is so great about the Sage Notebook, is all the awesome usability features like @interact, etc. I'm optimistic that we will be able to merge both our best attributes in due time. -Alex -- Alex Clemesha clemesha

[sage-support] Re: implicit plot

2008-06-05 Thread alex clemesha
o devel/sage/sage/plot/plot.py. It's really gone almost nowhere in > the year and a half since Alex Clemesha stopped working on it. Deep inside I really want to give it another big push. Major, systematic work is (as we all know, blah, blah ;) hard - as in full time commitment. Here is w

[sage-support] Re: Expired security certificate, < https://www.sagenb.org/ >

2008-04-15 Thread alex clemesha
On Tue, Apr 15, 2008 at 1:06 PM, William Stein <[EMAIL PROTECTED]> wrote: > > On Tue, Apr 15, 2008 at 4:56 AM, Jason Grout > <[EMAIL PROTECTED]> wrote: > > > > > mabshoff wrote: > > > > > > > > > On Apr 14, 10:20 pm, "dean moore" <[EMAIL PROTECTED]> wrote: > > >> The site at

[sage-support] Re: Y axis range

2008-04-01 Thread alex clemesha
On Tue, Apr 1, 2008 at 3:00 PM, Joel B. Mohler <[EMAIL PROTECTED]> wrote: > > On Tuesday 01 April 2008 05:44:31 pm William Stein wrote: > > > Probably if you make some changes to the plotting code, > > > and make some scripts that generate a bunch of plots give > > > different parameters, and sho

[sage-support] Re: Y axis range

2008-04-01 Thread alex clemesha
On Tue, Apr 1, 2008 at 2:20 PM, Joel B. Mohler <[EMAIL PROTECTED]> wrote: > > On Tuesday 01 April 2008 04:45:16 pm alex clemesha wrote: > > With respect to the 'goal' of Sage's plotting (follow Mma), > > I would say this is definitley a bug. > >

[sage-support] Re: Y axis range

2008-04-01 Thread alex clemesha
On Tue, Apr 1, 2008 at 1:12 PM, William Stein <[EMAIL PROTECTED]> wrote: > > On Tue, Apr 1, 2008 at 12:07 PM, Jason Grout > <[EMAIL PROTECTED]> wrote: > > > > Joel B. Mohler wrote: > > > On Tuesday 01 April 2008 11:55, William Stein wrote: > > >> On Tue, Apr 1, 2008 at 7:29 AM, Axel <[EMAIL PRO

[sage-support] Re: sh: convert: command not found

2008-03-26 Thread alex clemesha
Hi, You need Imagemagick: http://www.imagemagick.org/script/index.php -Alex On Wed, Mar 26, 2008 at 11:10 AM, Janzo <[EMAIL PROTECTED]> wrote: > > Hi: > I'm learning the plot functions, sage show that error: > > sh: convert: command not found > > when i try to evaluate: > > v=[] > for i in ran

[sage-support] Re: sage-vmware: empty trash and get problems

2007-12-13 Thread alex clemesha
On Dec 13, 2007 12:12 PM, William Stein <[EMAIL PROTECTED]> wrote: > > On Dec 13, 2007 11:46 AM, alex clemesha <[EMAIL PROTECTED]> wrote: > > > > > > Trash. Along with my own worksheets, there were some others', > > perhaps > > >

[sage-support] Re: sage-vmware: empty trash and get problems

2007-12-13 Thread alex clemesha
On Dec 13, 2007 11:19 AM, William Stein <[EMAIL PROTECTED]> wrote: > > On Dec 13, 2007 11:07 AM, greg2k4 <[EMAIL PROTECTED]> wrote: > > > > > > Trash. Along with my own worksheets, there were some others', > perhaps > > > > leaved by developers. > > > > > > When you interactively browse the help t

[sage-support] Re: [sage-devel] Re: [sage-support] non-english characters in Notebook

2007-12-13 Thread alex clemesha
On Dec 12, 2007 8:36 AM, William Stein <[EMAIL PROTECTED]> wrote: > > On Dec 12, 2007 7:48 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > I need to use non-english characters (in comments) in Notebook > > worksheet. > > While working, they're shown w/o problem, but if I s

[sage-support] Re: How to use mathematica and sage ?

2007-12-12 Thread alex clemesha
-- I do *not* know for sure -- > you could do this if instead you let only people who are authorized to use > that copy of Mathematica anyways get accounts. E.g., at UW we have a site > license for Mathematica, so all students, staff, and faculty at UW > could legally use Mathemati

[sage-support] Re: Graphics updating?

2007-12-12 Thread alex clemesha
On Dec 12, 2007 8:16 AM, kcrisman <[EMAIL PROTECTED]> wrote: > > Congratulations on the slashdotting! Amazing how many things get > verbed nowadays ;) > > All this publicity has led some of my colleagues to finally notice > SAGE, and one had a very nice question about whether it can do > everythi

[sage-support] Re: Notebook Server Setup? (Upgrade to Gutsy)

2007-12-10 Thread alex clemesha
I > > add/delete users? > > We haven't implementing deleting users yet :-(. > > > where is authentication handled? > > in server/notebook/avatars.py and server/notebook/twist.py The file 'server/notebook/avatars.py' should be the only place where 'sec

[sage-support] Re: Logging http requests

2007-10-23 Thread alex clemesha
On 10/23/07, William Stein <[EMAIL PROTECTED]> wrote: > > > On 10/23/07, Ted Kosan <[EMAIL PROTECTED]> wrote: > > > > Does anyone know to enable logging of http requests with the twisted > > version of the SAGE Notebook server? > > > > This functionality is not implemented. The only way I know

[sage-support] Re: two-dimensional plots and axes

2007-09-20 Thread alex clemesha
through any arguments to show (looks like it probably should be though), so if you only want 2 unticked axes, what you are doing above is the best. Alex Best, > Alex > > > > > alex clemesha wrote: > > Hi, > > > > The axes are an argument of 'show', f

[sage-support] Re: two-dimensional plots and axes

2007-09-20 Thread alex clemesha
Hi, The axes are an argument of 'show', for example: show(plot(cos(x), -6, 6), axes=False) type 'show?' to see other options. Alex On 9/20/07, Alex Ghitza <[EMAIL PROTECTED]> wrote: > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I need to plot some simple functions in one va

[sage-support] Re: Public SAGE servers at SSCC

2007-02-07 Thread alex clemesha
> If you can establish an alias for your server such as > > notebook.sage.math.washington.edu > I vote for this, if it's easy to set up, it looks really nice/professional and it would be good for there to exist a standard url that always points to an online SAGE notebook. Alex > which simply

[sage-support] Re: no pop-up graphics

2006-12-01 Thread alex clemesha
This will work directly SAGE: sage: Z = [ (1/2 + n*I/10).zeta() for n in range(70,150) ] sage: Z_xy = [(w.real(). w.imag()) for w in Z] sage: show(list_plot(Z_xy)) Its probably better to do this in the notebook, but either way works. There are many other plot functions built into SAGE, see the d

[sage-support] Re: ordinary POST/GET requests to Sage server

2006-11-14 Thread alex clemesha
Hello Jurgis, If you want to do the whole user interface in PHP and just pass static parameters (coefficients to a polynomial, functions to be integrates, etc) to SAGE and get the results, one possible way could be this: Note: I will omit proper error handling and security checking for simplicity

[sage-support] Re: Fwd: Re: ipython huge traceback

2006-10-15 Thread Alex Clemesha
Hi Justin,In $SAGE_ROOT/ipython there is a bunch of ipythonconfig files, and those files are well documented.I have recently found those are convenient to tweakfor one's personal preferences :) -AlexOn 10/15/06, Justin C. Walker <[EMAIL PROTECTED]> wrote: On Oct 15, 2006, at 21:54 , William Stein w