mathics-django icon indicating copy to clipboard operation
mathics-django copied to clipboard

Django front-end to Mathics

Results 25 mathics-django issues
Sort by recently updated
recently updated
newest added

I'm sure this question is beyond the scope of this project itself, but what would be the general approach to integrating my (working) Mathics core/Django installation to a local Apache...

Hi! Have you considered moving to [Katex](https://katex.org/) for your math rendering? It's faster than MathJax and much more lightweight. I'd be willing to help port this if you're interested :smile:

We could either add a dropdown box to select the backend-method (Sympy, numpy, mpmath) or a text field

enhancement

Right now we don't have a way to show pre-formatted output. And in tracebacks endings are wrapped: ``` System::exception: Exception raised: Traceback (most recent call last): File "/src/external-vcs/github/Mathics3/mathics-django/mathics_django/web/views.py", line 265,...

enhancement

``` Graphics3D[ Polygon[{ {0, 0, Sqrt[3]}, {0, 2 Sqrt[2/3], 1 / Sqrt[3]}, {Sqrt[2], Sqrt[2/3], -1 / Sqrt[3]}, {Sqrt[2], -Sqrt[2/3], 1 / Sqrt[3]}, {0, -2 Sqrt[2/3], -1 / Sqrt[3]}, {-Sqrt[2], -Sqrt[2/3],...

This is weird because in the CLI interface and tests, they are not.

https://github.com/mathics/Mathics/pull/1104#issuecomment-767428359

This is a follow up to https://github.com/mathics/Mathics/issues/794: > When using Plot on a function with an imaginary part (e.g. `Plot[Ix,{x,1,10}]`, only an empty coordinate system is returned. WolframAlpha's solution is...

bug