#18661: @interact in ipython notebook
------------------------+------------------------------------
   Reporter:  gagern    |            Owner:
       Type:  defect    |           Status:  new
   Priority:  major     |        Milestone:  sage-6.8
  Component:  notebook  |         Keywords:  ipython interact
  Merged in:            |          Authors:
  Reviewers:            |  Report Upstream:  N/A
Work issues:            |           Branch:
     Commit:            |     Dependencies:
   Stopgaps:            |
------------------------+------------------------------------
 Apparently `@interact` doesn't work in the Sage 6.7 IPython notebook. The
 following prints a bunch of HTML code, apparently describing the slider
 controls:

 {{{
 @interact
 def f(t=(-1,1)):
   print(t)
 }}}

 It would be nice if this could be made to work. If getting there is going
 to take a bit longer, then it would be nice to see a explanatory message
 instead of that HTML output.

 I'm a bit surprised I don't see a ticket for this yet, but
 
[http://trac.sagemath.org/query?status=needs_info&status=needs_review&status=needs_work&status=new&status=positive_review&component=notebook&summary=~interact&or&status=needs_info&status=needs_review&status=needs_work&status=new&status=positive_review&keywords=~ipython&component=interact&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority
 my search] didn't turn up any likely candidates so far.

--
Ticket URL: <http://trac.sagemath.org/ticket/18661>
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