On 10/9/10 3:35 PM, MM.Brian wrote:
I did not gather from your message whether you intend to use GraphLab with Sage 
for>  your own needs or whether you would like to make it available in the 
standard Sage.

we would like to integrate GraphLab with Sage similar to how Jmol
does. anyway, we are not yet clear about how to achieve this therefore
we appreciate your suggestions.


It sounds like you could easily visualize a graph. Make a new method for graphs that prints out the necessary html code to display the graph in the notebook in GraphLab. Having GraphLab communicate changes back to Sage (to change the graph) is more complicated, but doable (as you can see from the simple javascript editor).

So I think the big question is: can you write a function which takes a Sage graph and prints out the html code needed to display the graph in GraphLab?

Thanks,

Jason

--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to