Sergey B Kirpichev
Sergey B Kirpichev
Never used winpdb.
~~#1155 - probably related~~
Good example: https://github.com/sympy/sympy/pull/2845 (from ~20 min to 3 min).
This should fix https://github.com/sympy/sympy/issues/19570
I'm not sure that `Out[2]` is wrong. Rather this looks as an unsimplified expression. With `m = Symbol('m', positive=True)` it does return a simple expression as well.
Minimal test case: ``` In [8]: from diofant.integrals.meijerint import meijerint_indefinite In [9]: meijerint_indefinite(sqrt(x*y), x) Out[9]: ⎧ 3/2 ___ ⎪ 2⋅x ⋅╲╱ y ⎪ ──────────── for │x│ < 1 ⎪ 3...
See also https://github.com/computationalmodelling/nbval for testing.
Some experiments: https://github.com/skirpichev/diofant/tree/sphinx-ipython LaTeX output looks good both in html and in pdf output, c.f. #744.
See pandas docs: https://pandas.pydata.org/pandas-docs/stable/index.html (ipython - for prose docs, '>>>' - for docstring examples).
https://github.com/sympy/sympy/issues/6322