#8503: broken multiline input in sage notebook
----------------------------+-----------------------------------------------
   Reporter:  robert.marik  |       Owner:  was       
       Type:  defect        |      Status:  new       
   Priority:  major         |   Milestone:  sage-4.3.4
  Component:  notebook      |    Keywords:            
     Author:                |    Upstream:  N/A       
   Reviewer:                |      Merged:            
Work_issues:                |  
----------------------------+-----------------------------------------------
 Multiline input like
 {{{
 8+\
 2
 }}}
 which works in command line does not work in notebook and returns error.

 Jason at [http://groups.google.cz/group/sage-
 notebook/browse_thread/thread/9ee2472e1857edcb sage-notebook] wrote
 {{{
 Does it have to do with the preparser?  Note:

 sage: preparse("1+\\n2")
 'Integer(1)+ * BackslashOperator() * n2'

 Maybe on the command line, ipython joins the two lines before the
 preparser gets to it, but that doesn't happen in the notebook?
 }}}

 And further:
 {{{
 plot(x,\
 (x,-2,2))
 }}}
 does not produce the plot.

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