[sage-support] Re: HTML in the notebook

2007-03-09 Thread William Stein
Moreover, you can output arbitrary HTML as part of a normal SAGE command and have it appear in HTML in the output. Just wrap what you print in html and /html. E.g., {{{ print 'html' for i in range(10): print 'bfont color=red size=+4 %o /font/bbr'%i print '/html' /// html bfont color=red

[sage-support] Re: HTML in the notebook

2007-03-09 Thread Timothy Clemans
It would be nice if I could create some HTML using Python and have the web browser show it. It would also be nice to have a SAGE/HTML system for using SAGE to generate web pages and maybe even CGI-based ones. Maybe in the future, each user could be alloted virtual space (use SQLite database) for