Aaron Meurer

Results 391 issues of Aaron Meurer

This corresponds to sympy/sympy.github.com#53 I could not get the mobile logo to stop being squished. I don't know how to fix that.

@certik, can you verify that this is a good strategy for using the App Engine versions? This is what I've been doing.

This should fix the problem reported at https://groups.google.com/forum/#!topic/sympy/fFQj5A3Qbak. I've yet to test it, though.

This matches https://github.com/sympy/sympy/pull/7375. Some people get confused how the printing is enabled in SymPy Live. This will show them how to do it in a regular session.

Whenever you evaluate something it says `Error: .`. Here is an example traceback from the logs ```pytb (/base/alloc/tmpfs/dynamic_runtimes/python27g/7cb976f64e72c78c/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py:291) Traceback (most recent call last): File "/base/alloc/tmpfs/dynamic_runtimes/python27g/7cb976f64e72c78c/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 273, in Handle result...

At http://docs.sympy.org/latest/tutorial/basic_operations.html, if you run the block ``` >>> str_expr = "x**2 + 3*x - 1/2" >>> expr = sympify(str_expr) >>> expr x**2 + 3*x - 1/2 >>> expr.subs(x, 2)...

People can get confused as to how the printing works in SymPy Live and not in a regular shell. I think it should show init_printing() as one of the commands...

``` pytb >>> simplify(exp(x)/exp(x - 1)) Exception in SymPy Live of type for reference the last 5 stack trace entries are Traceback (most recent call last): File "/base/data/home/apps/s~sympy-live-hrd/43.373169527249054993/shell.py", line 763,...

When you open the live box in the docs, it stays open on all new pages, even if you close it.

CC @oscarbenjamin @moorepants Oscar, can you also update the roadmap section on performance (you can either push to this branch or make a new PR).