On 20 August 2016 at 08:54, Bill Page <bill.p...@newsynthesis.org> wrote:
>
> If Sage supported a standard ASCII-art 2-d output format for
> expressions, then perhaps another choice would be suitable.
>

Perhaps I should have said "unicode-art" 2-d output. I noticed that in
--notebook=jupyter Sympy does thiis

import sympy
sympy.init_printing(use_unicode=True)
x,y=sympy.symbols('x y')
f=sympy.Function('f')
sympy.diff(f(x,y),x)

∂
──(f(x, y))
∂x

Why not in Sage console mode?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to