#7489: Integrate GeoGebra into SageNB
---------------------------+------------------------------------------------
   Reporter:  mpatel       |       Owner:  boothby                              
       
       Type:  enhancement  |      Status:  new                                  
       
   Priority:  major        |   Milestone:                                       
       
  Component:  notebook     |    Keywords:  geogebra java education teaching 
interactive
     Author:               |    Upstream:  N/A                                  
       
   Reviewer:               |      Merged:                                       
       
Work_issues:               |  
---------------------------+------------------------------------------------
Changes (by mmarco):

  * upstream:  => N/A


Comment:

 I send a proof of concept. It is a class called geogebra_applet that can
 show geogebra applets and (limited, and only working in ideal conditions
 now) interact with them.

 By default it uses the .jar files of the geogebra site, but another ones
 can be passed as parameters. It can also be passed a ggb as a parameter to
 be loaded.

 If you want to see what it is capable of doing, do the following:

 attach('path-to-sageogebra.py')
 A=geogebra_applet()
 A.show()
 A.eval_command('P = (1,1)')

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7489#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
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-trac?hl=en.

Reply via email to