Comment #2 on issue 3574 by [email protected]: live.sympy.org/#example should show an open example tab in sidebar
http://code.google.com/p/sympy/issues/detail?id=3574
Addressed both concerns in https://github.com/sympy/sympy-live/pull/64#issuecomment-11631646. A demo can be found at http://64.sympy-live-tests.appspot.com/?evaluate=def%20axn_ln2(n)%3A%20return%201.0*(-1)**(n%2B1)%2Fn%0A%0A%0Asum(%5B%20axn_ln2(n)%20%20for%20n%20in%20range(1%2C1000000)%20%5D)%0A%0Aln(2).evalf()
(note that SymPy Live only displays the results of the last statement entered)
-- You received this message because you are subscribed to the Google Groups "sympy-issues" 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/sympy-issues?hl=en.
