Erwan Pannier
Erwan Pannier
Nice! So we have so far : - jupyter notebook in VS code : ✔️ - IPython in mac terminal : ❌ (nothing appears) - IPython in Spyder, Windows :...
Extra search systematically pointed me to Jupyter Notebooks to render equations (which works well, as you showed @sambiddledev ) . IPython simply inherits the limitations of the console/terminal, which wasn't...
Good idea, but the message shouldn't appear on a JupyterNotebook. Hard to know how which environment the line is executed. Possible hack : what about subclassing the `IPython.core.display.Latex` name, which...
That would definitly work. There are other files in the [MANIFEST.in](https://github.com/erwanp/pytexit/blob/master/MANIFEST.in) that wouldn't be packaged neither, but I don't think we need them to run the package. Do you want...
There seems to be an index problem in the "sum ... until 20" test, which has been corrected to `sum([... for i in range(20)])` although it is actually `sum([... for...
I think you can fix the last conflict from the online interface. Else I'll do it!
@alexhagen Test crash with : ```SymPy requires Python 3.6 or newer. Python 2.7 detected ``` I think we should maintain compatibility with 2.7 for some time, but this feature is...
I'd say keep it within simplify_fractions. #22 OP @turner-eng expected to find this behavior. Less parameters also make the code easier to understand. We could escape the simplify_fraction test with...
Hello, is it also related to https://github.com/vaexio/vaex/issues/2062 ?
Hello, is it also related to https://github.com/vaexio/vaex/issues/2062 ?