#12299: Advance Jmol Interactive Features in Flask Notebook
-------------------------------------------------------+--------------------
       Reporter:  gutow                                |         Owner:  jason, 
mpatel, was 
           Type:  enhancement                          |        Status:  
needs_work         
       Priority:  major                                |     Milestone:  
sage-5.2           
      Component:  notebook                             |    Resolution:         
            
       Keywords:  Jmol, 3D, notebook                   |   Work issues:  pop-up 
menu?       
Report Upstream:  Reported upstream. No feedback yet.  |     Reviewers:  
Karl-Dieter Crisman
        Authors:  Jonathan Gutow                       |     Merged in:         
            
   Dependencies:  #11080,#11078,#11503                 |      Stopgaps:         
            
-------------------------------------------------------+--------------------

Comment (by strogdon):

 I've finally installed the flask notebook and the patches from this ticket
 on top of Sage-5.0. At one point things were changing too quickly for me
 to keep up but the situation now seems to be fairly stable. I have the
 following observations:

  1. The png images I see when a worksheet is first loaded are of much
 higher quality than what I observed with previous versions. This is nice.
  1. Occasionally, when an applet is made Interactive and the controls are
 toggled to "Download this view", if the download is cancelled then the
 Advanced controls disappear. The cell has to be re-evaluated to recover
 the controls. This usually happens after a first "Make Interactive"
 request for any one applet. Subsequent requests to Download do not seem to
 cause the Advanced controls to disappear.
  1. When a download is requested I get two requests to save when I cancel
 saving the jmol file.
  1. Is anyone able to get the grid to appear on the small red sphere for

 {{{
 x, y = var('x y');W = plot3d(sin(pi*((x)^2+(y)^2))/2,(x,-1,1),(y,-1,1),
 color='purple', opacity=0.8);S = sphere((0,0,0),size=0.3, color='red',
 aspect_ratio=[1,1,1]);show(W + S, figsize=4)
 }}}
 If no objections, I'll set myself as a reviewer also (provided I can
 figure out how to do that) since I've spent some time understanding and
 implementing items from the ticket.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12299#comment:28>
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