Re: [sage-cell] Re: [sage-support] Sage Cell Server

2017-01-27 Thread Andrey Novoseltsev
On Friday, 27 January 2017 17:26:13 UTC-7, William Stein wrote: > > Maybe say something about the service we (SageMath, Inc.) does provide > right now? > Great point - SageMath, Inc. actually pays for the current GCE part of sagecell.sagemath.org - apart from the computational machine it hosts

Re: [sage-cell] Re: [sage-support] Sage Cell Server

2017-01-27 Thread William Stein
On Fri, Jan 27, 2017 at 4:21 PM, Andrey Novoseltsev wrote: > Hello! > > Note that we have a dedicated group sage-cell (cc-ed). > > At the moment we have GCE for Americas and Madrid for everyone else > including Europe. There are occasional power problems in the building with >

Re: [sage-support] Sage Cell Server

2017-01-27 Thread Andrey Novoseltsev
Hello! Note that we have a dedicated group sage-cell (cc-ed). At the moment we have GCE for Americas and Madrid for everyone else including Europe. There are occasional power problems in the building with the Madrid server which are supposed to go away after this last time, we will see if

Re: [sage-support] Plotting of fair XY values in Sage

2017-01-27 Thread William Stein
Do x = [1,2,3,4,5] y = [10,40,100,20,35] line(zip(x,y)) Type line? for more details. https://cloud.sagemath.com/projects/4a5f0542-5873-4eed-a85c-a18c706e8bcd/files/support/2017-01-27-142848-plot.sagews On Fri, Jan 27, 2017 at 10:46 AM, Milan Somora wrote: > Hi, > >

[sage-support] Plotting of fair XY values in Sage

2017-01-27 Thread Milan Somora
Hi, please, i need to display these values: 1, 2, 3, 4, 5 for X axis 10, 40, 100, 20, 35 for Y axis In Matlab I do it so: x = [1 2 3 4 5]; y = [10 40 100 20 35]; plot(x,y) I send my image (graph from Matlab). Thank you very much for help! MS -- You received this message because you are

[sage-support] graphics_array doubles last plot legend_label

2017-01-27 Thread Filipe Freire
In the example (sage v. 7.5.1) plot1 = plot(sin(x), legend_label="Sin(x)") plot2 = plot(cos(x), legend_label="cos(x)") total_plot = graphics_array([[plot1],[plot2]]) total_plot.show(figsize=[10,4]) the 2nd plot legend is |- cos(x) | |- cos(x) | -- You received this

Re: [sage-support] Sage Cell Server

2017-01-27 Thread kcrisman
> > the Sage Cell server, which I plan to use for a Sage introduction > workshop > > in the near future, seems to be down, which led me to the question > whether I > > http://sagecell.sagemath.org/ works for me. However, I confirm that > the android sagemath app is not working for me

Re: [sage-support] Cython problem

2017-01-27 Thread Jan Groenewald
Hi Vincent On 27 January 2017 at 16:39, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > Hi Jan, > > Could the dependencies be part of the ppa metadata? That would be simpler > for users to have fully automated process. > I thought it was, but seems not to be (anymore), since the deb

Re: [sage-support] Cython problem

2017-01-27 Thread Vincent Delecroix
Hi Jan, Could the dependencies be part of the ppa metadata? That would be simpler for users to have fully automated process. Best, Vincent Le 27/01/2017 à 15:27, Jan Groenewald a écrit : Hi On 27 January 2017 at 16:15, wrote: I do have limits.h but not in this

Re: [sage-support] Cython problem

2017-01-27 Thread jordan . h . emme
It worked right after installing build-essential, thank you very much! -- 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, send an email to

Re: [sage-support] Cython problem

2017-01-27 Thread Dima Pasechnik
On Friday, January 27, 2017 at 2:15:54 PM UTC, jordan...@gmail.com wrote: > > I do have limits.h but not in this particular folder. I searched for it > and that is what I got: > > jordan@jordan-laptop ~ $ find /usr/include -name limits.h > /usr/include/linux/limits.h > this is something

Re: [sage-support] Cython problem

2017-01-27 Thread Jan Groenewald
Hi On 27 January 2017 at 16:15, wrote: > I do have limits.h but not in this particular folder. I searched for it > and that is what I got: > > jordan@jordan-laptop ~ $ find /usr/include -name limits.h > /usr/include/linux/limits.h > > Try sudo apt-get install -y

Re: [sage-support] Cython problem

2017-01-27 Thread jordan . h . emme
I do have limits.h but not in this particular folder. I searched for it and that is what I got: jordan@jordan-laptop ~ $ find /usr/include -name limits.h /usr/include/linux/limits.h -- You received this message because you are subscribed to the Google Groups "sage-support" group. To

Re: [sage-support] Sage Cell Server

2017-01-27 Thread Ingo Dahn
I confirm that I can use my worksheets if I replace https://sagecell.sagemath.org with http://aleph.sagemath.org. However when I call the aleph server with https I get an net::ERR_INSECURE_RESPONSE error which may be a problem if I make the call from within our LMS which blocks all unsecured

Re: [sage-support] Sage Cell Server

2017-01-27 Thread Ingo Dahn
It is http://sagecell.sagemath.org/ that I call and that times out. The real problem is that I use a set of prepared HTML pages with embedded calls to this URL and I would like to avoid having to change them shortly before a workshop. From https://wiki.sagemath.org/Infrastructure I see that there

Re: [sage-support] Sage Cell Server

2017-01-27 Thread slelievre
On my side, connection to http://sagecell.sagemath.org times out. Requests to sagecell.sagemath.org are sent to several different servers, depending on where you connect from. There are servers in two universities in Spain and Germany (I imagine all Europe requests are routed there) and

Re: [sage-support] Sage Cell Server

2017-01-27 Thread David Joyner
On Fri, Jan 27, 2017 at 5:28 AM, Ingo Dahn wrote: > Hi, > the Sage Cell server, which I plan to use for a Sage introduction workshop > in the near future, seems to be down, which led me to the question whether I http://sagecell.sagemath.org/ works for me. However, I confirm

[sage-support] Re: Sage Cell Server

2017-01-27 Thread slelievre
Fri 2017-01-27 11:28:49 UTC+1, Ingo Dahn: > the Sage Cell server, which I plan to use for a Sage introduction > workshop in the near future, seems to be down, which led me to the > question whether I can set up my own Sage cell server when I install > Sage on my server. > B.t.w the Android Sage

[sage-support] Sage Cell Server

2017-01-27 Thread Ingo Dahn
Hi, the Sage Cell server, which I plan to use for a Sage introduction workshop in the near future, seems to be down, which led me to the question whether I can set up my own Sage cell server when I install Sage on my server. B.t.w the Android Sage app on the Google PlayStore doesn't seem to be