[sage-devel] Processing.js visualization of Numpy data from notebook?

2010-05-21 Thread tommct
>From within a web notebook, I want to create numpy data and visualize and interface with it using Processing.js. Is this possible, and how? Thanks, Tom -- 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...

[sage-devel] Re: Possible to avoid "sage:" in example code?

2010-03-03 Thread tommct
I was able to realize the desired result by modifying some lines in sphinx/highlighting.py: try: if self.dest == 'html': # Add '>>> ' and '... ' as appropriate if really want interactive mode. source_copy = '' line_count = 0 for line in s

[sage-devel] Re: Possible to avoid "sage:" in example code?

2010-03-01 Thread tommct
et a code block to be an evaluatable cell when I run my docs on a sage server without putting "sage:" or ">>>" in front of them? Tom On Mar 1, 3:36 pm, John H Palmieri wrote: > On Mar 1, 8:22 am, tommct wrote: > > > I am using Sphinx to document my package.

[sage-devel] Possible to avoid "sage:" in example code?

2010-03-01 Thread tommct
I am using Sphinx to document my package. If I place the resulting html in my SAGE notebook server, I get a nice, interactive reference, but only when each line in my code examples are prefixed with "sage:" or ">>>". I would like my chunks of example code to exist in my Python modules, simply embed

[sage-devel] Other reference manuals in the notebook?

2010-02-06 Thread tommct
I have an external Python package that I am building as an optional sage package. So far, this appears fine. What I would like to do, however, is to auto-generate the documentation following the Sage Reference template and make the subsequent reference manual "live" to my sage notebook server, so t