On Tue, Jul 21, 2009 at 3:49 AM, James Casbon<[email protected]> wrote: > > 2009/7/21 Ondrej Certik <[email protected]>: >> but none of it seems major to me, the keyboard seems to be working >> just fine (or is IE8 not the most problematic? I'll try to test in >> other browsers like Opera and Safari too). Here is the index.html with >> all the javascript that I wrote: > > Safari works for me. > >> Also, question to all, do you like the In [3] and Out[3] lines? I >> don't have an opinion on it yet myself, so I implemented them, to see >> how it looks like. Also, please let me know if it works in your >> browser. > > They're ok, but they implied to me I could use, e.g., _4 as a variable > (in the same way as ipython) - but you can't. Also, when you insert a
I added this to the TODO. > new cell the numbering gets out of order which looks messy. What is > the value in having them numbered? The cells have to have some numbers, but they can be internal of course. It helped me as a developer to see which cell is what, especially when merging them. It seems most people don't like the In/Out labels, so I will make them off by default and implement an option to turn them on. > > By the way, if you print you don't see the results. Yes, I need to catch stdout and send it to the browsers. I added it to the TODO list. Many thanks for the feedback. Ondrej --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
