David Li
David Li
In `static/live-mobile.css`, change ``` #header img { height: 40px; width: 40px; } ``` to ``` #header img { height: 40px; width: 57px; } ``` The CSS overrides the `width` and...
@debugger22 are you sure? This is still broken:  That should be `\frac12 * \int x dx` not just `\int x dx`.
@nicodjimenez https://github.com/sympy/sympy_gamma/pull/60 contains a fix, you should take a look. I think it wasn't merged because I was testing something related to deployment, but it's been a rather long time.
@nicodjimenez Understand that the parsing and stuff in Gamma is _extremely_ basic - it's stuff I did as a sophomore or junior in high school. If you're looking for something...
Gamma supports this under a different API: http://www.sympygamma.com/input/?i=plot(x%3Dt%2Cy%3D2t)  It would be nice to alias the SymPy functions to Gamma's, though.
MathJax doesn't like the unescaped underscores in SymPy Live's LaTeX, so it shows the raw TeX instead. I'm not sure if this is due to how Live is using SymPy's...
Probably https://github.com/sympy/sympy_gamma/blob/master/app/views.py#L227 needs to be fixed to use the proper response object.
Hi @abhinov2 1. No, it is not safe in general. For Gamma, we do not care because it is running on Google's infrastructure, but this is still unsafe. 2. You...
The parser would be for either. It does not exist (AFAIK, maybe SymPy has one now) and you would need to implement it.
Yeah, sympy.org had the same problem. I'm not sure why this happens now.