On 9/14/07, alex clemesha wrote: > I just posted a cleaned-up example of AJAX-twisted.web2-SAGE here: > > just getting your hands dirty by messing with examples is best, then > go to the books / google and learn about the details of the code. > > The script above pretty much gives you the simplest possible example > of how to combine the technologies that make up the SAGE notebook. > There is a tiny README at the top of the file. Thanks! Great simple example. For the total newbie, the way to use it is to to a file on your computer, then type sage -python simple_ajax_twisted_sage.py and follow the directions, i.e. open your browser to http://localhost:8000. Try submitting inputs a few times -- for me it started workinng after the third input, or so. Make sure you aren't already running a sage notebook on port 8000 or this won't work.