[sage-devel] Re: sagecell spkg

2012-05-15 Thread Jason Grout
On 5/15/12 1:50 PM, Christian Stump wrote: Comparing aleph.sagemath.org and sagecell.lacim.uqam.ca, I see that inside embedded_sagecell.js, the url's are still wrong... Do you have an idea how to get them right? Okay, I got it running... we had to set ProxyPreserveHost On in order to get the ur

Re: [sage-devel] Re: sagecell spkg

2012-05-15 Thread Christian Stump
> Comparing aleph.sagemath.org and sagecell.lacim.uqam.ca, I see that > inside embedded_sagecell.js, the url's are still wrong... Do you have > an idea how to get them right? Okay, I got it running... we had to set ProxyPreserveHost On in order to get the url's get properly... Thanks again for al

Re: [sage-devel] Re: sagecell spkg

2012-05-15 Thread Christian Stump
> Okay, I now have the right url's on http://sagecell.lacim.uqam.ca/ . > Anyhow, I still don't have the cell if I am accessing the page from > the web. Might there still be something wrong the the apache > configuration? Comparing aleph.sagemath.org and sagecell.lacim.uqam.ca, I see that inside em

Re: [sage-devel] Re: sagecell spkg

2012-05-15 Thread Christian Stump
> How are you running the server?  It should just work if you are using > sagecell.lacim.ugam.ca to access the server, I think.  The absolute URLs are > constructed on the fly. Okay, I now have the right url's on http://sagecell.lacim.uqam.ca/ . Anyhow, I still don't have the cell if I am accessin

[sage-devel] Re: sagecell spkg

2012-05-15 Thread Jason Grout
On 5/15/12 9:55 AM, Christian Stump wrote: > I develop it on a mac, so it should certainly be possible! yes, it is working! >It would be interesting to have the combinat queue with this. No problem at all on sage-5.0.rc0 with the combinat queue applied! One thing: the source url's for the j

[sage-devel] Re: sagecell spkg

2012-05-15 Thread Christian Stump
On Tuesday, May 15, 2012 6:09:39 PM UTC+2, jason wrote: > > On 5/15/12 10:48 AM, Christian Stump wrote: > > Another question on the single cell: is the macro in MoinMoin for > > #!sagecell available somewhere? > > In the contrib directory: > https://github.com/sagemath/sagecell/blob/master/co

[sage-devel] Re: sagecell spkg

2012-05-15 Thread Jason Grout
On 5/15/12 10:48 AM, Christian Stump wrote: Another question on the single cell: is the macro in MoinMoin for #!sagecell available somewhere? In the contrib directory: https://github.com/sagemath/sagecell/blob/master/contrib/sagecell.py (change the references in the wikiconfig to your combin

[sage-devel] Re: sagecell spkg

2012-05-15 Thread Christian Stump
Another question on the single cell: is the macro in MoinMoin for #!sagecell available somewhere? Thanks, Christian -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options,

[sage-devel] Re: sagecell spkg

2012-05-15 Thread Christian Stump
> I develop it on a mac, so it should certainly be possible! yes, it is working! >It would be interesting to have the combinat queue with this. No problem at all on sage-5.0.rc0 with the combinat queue applied! One thing: the source url's for the js are given as absolute url's. but I want to

[sage-devel] Re: sagecell spkg

2012-05-10 Thread Jason Grout
On 5/10/12 11:42 AM, Christian Stump wrote: That's not an error message. That's a log message saying your browser is requesting output. Thanks for your support - after I restarted both processes, it finally worked! my next step is to apply make this work on top of an applied combinat queue..

[sage-devel] Re: sagecell spkg

2012-05-10 Thread Christian Stump
> That's not an error message. That's a log message saying your browser is requesting output. Thanks for your support - after I restarted both processes, it finally worked! my next step is to apply make this work on top of an applied combinat queue... (and then, on a mac machine, but I guess

[sage-devel] Re: sagecell spkg

2012-05-10 Thread Jason Grout
On 5/10/12 9:32 AM, Christian Stump wrote: This indicates that the patches to Sage did not apply successfully. Can you check those? thanks for your replies! the error message has gone after reimporting the patches and building sage. Nevertheless, I still don't get the cell running: 1. The

[sage-devel] Re: sagecell spkg

2012-05-10 Thread Christian Stump
This indicates that the patches to Sage did not apply successfully. Can > you check those? > thanks for your replies! the error message has gone after reimporting the patches and building sage. Nevertheless, I still don't get the cell running: 1. The device seems to be starting somehow: st

[sage-devel] Re: sagecell spkg

2012-05-10 Thread Jason Grout
On 5/10/12 5:23 AM, Christian Stump wrote: It seemed to be installing now, but when running sage ./start_device.py, I get the following error with ssh: Okay, I am slowly moving forward: I had not installed openssh-server... Now, I get the following error message: stumpc5@stumpc5:~/pro

[sage-devel] Re: sagecell spkg

2012-05-10 Thread Christian Stump
> > It seemed to be installing now, but when running sage ./start_device.py, I > get the following error with ssh: > Okay, I am slowly moving forward: I had not installed openssh-server... Now, I get the following error message: stumpc5@stumpc5:~/progs/sage-5.0.rc0/devel/sagecell$ sage ./start

[sage-devel] Re: sagecell spkg

2012-05-10 Thread Christian Stump
> > Then just do the sage -i > http://sage.math.washington.edu/home/jason/sagecell-0.9.0.spkg step > again. > It seemed to be installing now, but when running sage ./start_device.py, I get the following error with ssh: stumpc5@stumpc5:~/progs/sage-5.0.rc0/devel/sagecell$ sage ./start_device.

[sage-devel] Re: sagecell spkg

2012-05-09 Thread Jason Grout
On 5/8/12 4:03 AM, Christian Stump wrote: Thanks for your quick reply! What version of Sage are you using? 5.0.rc0 I just upgraded the patches in the sagecell spkg to work for 5.0.rc0 (which is what aleph.sagemath.org is now running). So I'd suggest trying to install it again. You may nee

[sage-devel] Re: sagecell spkg

2012-05-08 Thread Christian Stump
Thanks for your quick reply! What version of Sage are you using? 5.0.rc0 > You just need to edit that file (plot/plot.py) and make that change > (delete the EMBEDDED_MODE line, and replace it with the "from > sage.misc" line). > > You'll then need to apply the second patch: > > * go t

[sage-devel] Re: sagecell spkg

2012-05-08 Thread Jason Grout
On 5/8/12 3:23 AM, Christian Stump wrote: Hi -- # follow the instructions on trac #11080 to install the new notebook, then: sage -i http://sage.math.washington.edu/home/jason/sagecell-0.9.0.spkg I just tried, and get

[sage-devel] Re: sagecell spkg

2012-05-08 Thread Christian Stump
Hi -- # follow the instructions on trac #11080 to install the new notebook, then: > sage -i http://sage.math.washington.edu/home/jason/sagecell-0.9.0.spkg > I just tried, and get a trivial reject in sage/plot/plot.py: Patching Sage adding 01-sage-embedded.patch to series file applying 01-sage

[sage-devel] Re: sagecell spkg

2012-03-31 Thread Jason Grout
On 3/31/12 8:31 AM, Simon King wrote: Hi! On 2012-03-31, Jason Grout wrote: On 3/31/12 5:05 AM, William Stein wrote: The thread started with "For anyone interested in working with the sage cell server, we've made an experimental spkg ". I think nobody is talking about standard packages inclu

[sage-devel] Re: sagecell spkg

2012-03-31 Thread Simon King
Hi! On 2012-03-31, Jason Grout wrote: > On 3/31/12 5:05 AM, William Stein wrote: > >> The thread started with "For anyone interested in working with the >> sage cell server, we've made an experimental spkg ". >> I think nobody is talking about standard packages included in Sage here. > > That's r

[sage-devel] Re: sagecell spkg

2012-03-31 Thread Jason Grout
On 3/31/12 5:05 AM, William Stein wrote: The thread started with "For anyone interested in working with the sage cell server, we've made an experimental spkg ". I think nobody is talking about standard packages included in Sage here. That's right. The motivation for this spkg is two students

Re: [sage-devel] Re: sagecell spkg

2012-03-31 Thread William Stein
On Sat, Mar 31, 2012 at 11:00 AM, Simon King wrote: > Hi! > > On 30 Mrz., 07:40, Jason Grout wrote: >> On 3/30/12 12:28 AM, Dima Pasechnik wrote: >> > is there any real reason to include MathJax? >> > MathJax works reasonably well when it pulls >> > everything needed from the web. >> > I would ra

[sage-devel] Re: sagecell spkg

2012-03-31 Thread Simon King
Hi! On 30 Mrz., 07:40, Jason Grout wrote: > On 3/30/12 12:28 AM, Dima Pasechnik wrote: > > is there any real reason to include MathJax? > > MathJax works reasonably well when it pulls > > everything needed from the web. > > I would rather see it as an optional package. > > Our purpose is to make

[sage-devel] Re: sagecell spkg

2012-03-30 Thread Jason Grout
On 3/30/12 2:23 AM, William Stein wrote: On Fri, Mar 30, 2012 at 6:05 AM, Jason Grout wrote: For anyone interested in working with the sage cell server, we've made an experimental spkg and posted it here: http://sage.math.washington.edu/home/jason/sagecell-0.9.0.spkg It's sort of hefty (~45M

Re: [sage-devel] Re: sagecell spkg

2012-03-29 Thread Julien Puydt
Le jeudi 29 mars, Dima Pasechnik a écrit: > is there any real reason to include MathJax? > MathJax works reasonably well when it pulls > everything needed from the web. Uh... I'd rather be able to use sage from a slow connection or offline! Snark on #sagemath -- To post to this group, send an e

[sage-devel] Re: sagecell spkg

2012-03-29 Thread Jason Grout
On 3/30/12 12:28 AM, Dima Pasechnik wrote: On Friday, 30 March 2012 13:05:22 UTC+8, jason wrote: For anyone interested in working with the sage cell server, we've made an experimental spkg and posted it here: http://sage.math.washington.edu/home/jason/sagecell-0.9.0.spkg

[sage-devel] Re: sagecell spkg

2012-03-29 Thread Dima Pasechnik
On Friday, 30 March 2012 13:05:22 UTC+8, jason wrote: > > For anyone interested in working with the sage cell server, we've made > an experimental spkg and posted it here: > > http://sage.math.washington.edu/home/jason/sagecell-0.9.0.spkg > > It's sort of hefty (~45MB) because it includes all of