#16996: IPython notebook with Sage Extensions
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  interfaces         |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Volker Braun       |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vbraun/sage_ipynb                |  95a4ea418c3eae890dc0ae4c50da4420ee0b10ab
   Dependencies:  #16746             |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by slabbe):

 You are right. Running "make" fixed the problem. I can now open it and
 continue the review.

 I do not know what goes in this ticket and what doesn't. For instance, as
 of now I believe the description of the ticket as been fulfilled ("IPython
 html-based notebook work just like the sage command line", "make zeromq
 and pyzmq standard packages"). And it could get a positive review.

 But it would be nice if output like images would appear in the notebook as
 it is suggested in the screeshot. Also, I have some problems viewing the
 documentation. More precisely,


 1. Graphics shows just below the cell which is great: {{{plot(x^2,0,10)}}}
 but using {{{plot(x^2,0,10).show()}}} opens in an outside window. Is this
 a bug, or intended?

 2. Animate opens in a outside window as well:

 {{{
 sage: t = var('t')
 sage: a = animate((cos(c*pi*t) for c in sxrange(1,2,.2)))
 sage: a.show()
 }}}

 3. 3d Graphics objects plots shows also below the cell as a Tachyon image
 and running {{{.show}}} opens in a outside window.

 4. I saw you added some links in the Help Menu. Unfortunately, I get
 {{{404: Not Found}}} on the six links where one of them is
 {{{http://localhost:8888/static/a_tour_of_sage/index.html}}}.

--
Ticket URL: <http://trac.sagemath.org/ticket/16996#comment:18>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to