Here are versions of the code that do not need the newlines stripped:
#GUI widgets.
html('http://sage.math.washington.edu/home/tkosan/mathrider/SwingSet/"\
archive="SwingSet.jar" MAYSCRIPT>')
#2D graphics.
html('http://sage.math.washington.edu/home/tkosan/mathrider/Java2D/"\
archive="Java2Demo.j
Robert wrote:
> > > I don't have any experience with wx widgets yet. One of the big
> > > challenges Sage developers have been working on lately is interactive
> > > widget like features. The main challenge is the existing notebook
> > > structure, which uses web browsers to serve an application.
On Jan 3, 2008 8:48 PM, Brent Woodruff <[EMAIL PROTECTED]> wrote:
> Robert Miller wrote:
> > Right now, it's there but somewhat hidden. I'm not sure why it's
> > hidden. You can do something like
> >
> > sage: G = graphs.PetersenGraph()
> > sage: G.__get_pos__()
>
> When I first looked at the Sage