On Jul 30, 5:25 pm, Jason Grout <jason-s...@creativetrax.com> wrote:

> Soon I will make it so that you can just have a non-colored plain text
> box, or toggle between the fancy and non-fancy editors.

That would be cool!

> > For interacts, looks like "input_grid" and "color_selector" widgets
> > have problems. To reproduce:
>
> > @interact
> > def f(a = input_grid(nrows=0, ncols=0)):
> >      pass
>
> > (throws a syntax error about an internal file)
>
> This is now fixed.  Can you test it please?

Sorry, I broke it again:

@interact
def f(a = input_grid(nrows=1, ncols=2, to_value=lambda t:3)):
    pass

(throws an error that looks very similar to the previous one)

> > @interact
> > def f(a = color_selector()):
> >      print a
>
> > (widget mis-renders in my browser. I took screenshots, but I don't
> > know where to upload the images.)
>
> This is now fixed.  Can you test it please?

Passes my (very simple) tests!

> > Note that all of the above results were correct as of last night. For
> > some reason, none of the interacts or plots is working for me this
> > morning.
>
> That's interesting that they worked last night---they shouldn't have.
> Maybe you had some things loaded in cache from a while ago, but your
> cache has been cleared since then...

If I recall correctly, I tested it around 22:00 to 00:00 Pacific Time,
and that was my first time using the single cell server. Would there
be things left over in the cache? And for some magical reason, what
seemed broken this morning all works again this afternoon. :-)

Here are some more things I found (which might already be known
issues):

-- The "function?" help notation does not work. Using "help(function)"
returns raw HTML code in the cell along with an attached file that
does contain the docstring of "function".

-- Entering "graph_editor()" returns the text "Not Found / The
requested URL was not found on the server. / If you entered the URL
manually please check your spelling and try again" and the "save" and
"close" buttons of the non-functioning graph editor.

Kelvin

-- 
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, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to