[sage-devel] Re: Sage Web Service / UI

2010-02-04 Thread Pat LeSmithe
On Jan 28, 10:03 pm, Nils Bruin wrote: > On Jan 28, 1:01 pm, Mike Hansen wrote: > > You can easily createSVGplots as it is now: > > sage: p = plot(x^2, -2, 2) > > sage: p.save('xsquared.svg') > Interesting. In firefox 3.5.2, this actually does not work in the > notebook: What happens if you add

Re: [sage-devel] Re: Sage Web Service / UI

2010-01-29 Thread Andy Somogyi
I'm putting together a quick and dirty app, that basically consists of a form which holds a WebKit widget, and the main process just forks, and initiates the Sage process, and hooks the WebKit view up to it. Should be ready this weekend. Its super simple, but its a start. Its tiny, a few 100K,

Re: [sage-devel] Re: Sage Web Service / UI

2010-01-29 Thread Ivan Andrus
On Jan 29, 2010, at 12:21 AM, Jason Grout wrote: > Andy Somogyi wrote: >> Hi All >> This was originally a discussion of how to make Sage a better desktop app. > > I've wondered what the possibility was of making a Firefox extension that > customized firefox to be an all-in-one Sage app. I thin

Re: [sage-devel] Re: Sage Web Service / UI

2010-01-28 Thread Dan Drake
On Thu, 28 Jan 2010 at 01:51PM -0800, Harald Schilly wrote: > On Jan 28, 9:35 pm, Andy Somogyi wrote: > > 2: This is the big one: No Publication Quality Output > > I just want to throw in sagetex. It saves plots as pdf and include > them. > http://www.ctan.org/tex-archive/help/Catalogue/entries/s

[sage-devel] Re: Sage Web Service / UI

2010-01-28 Thread Jason Grout
Andy Somogyi wrote: Hi All This was originally a discussion of how to make Sage a better desktop app. I've wondered what the possibility was of making a Firefox extension that customized firefox to be an all-in-one Sage app. I think Firefox extensions can modify the "chrome" of the brows

Re: [sage-devel] Re: Sage Web Service / UI

2010-01-28 Thread Alex Leone
What would change between the current UI and a webkit UI? 1. When the webkit UI is closed, the Sage process closes 2. Dedicated windows for worksheets? Anything else? Instead of a stand-alone webkit UI, how about making sage installable? 1. Start menu item for sage, that when run 2. Displays a loa

[sage-devel] Re: Sage Web Service / UI

2010-01-28 Thread Nils Bruin
On Jan 28, 1:01 pm, Mike Hansen wrote: > You can easily create SVG plots as it is now: > > sage: p = plot(x^2, -2, 2) > sage: p.save('xsquared.svg') Interesting. In firefox 3.5.2, this actually does not work in the notebook: If I do this example, I end up with an "Additional plugins are required"

[sage-devel] Re: Sage Web Service / UI

2010-01-28 Thread Harald Schilly
On Jan 28, 9:35 pm, Andy Somogyi wrote: > 2: This is the big one: No Publication Quality Output I just want to throw in sagetex. It saves plots as pdf and include them. http://www.ctan.org/tex-archive/help/Catalogue/entries/sagetex.html a .sws worksheet to "latex+sagetex" exporter would be a goo