Hi.

For some reason my adblocker blocked the script. You might look into
why it does that.

After disabling it I got it to work.

I guess some modules are excluded from the import? I tried to run the
tests, but the test() function wasn't imported, and when I tried to
import it, I got a failure because it couldn't import the signal
module.

Aaron Meurer


On Sun, Sep 24, 2017 at 1:21 AM, Ivan Savov <ivan.sa...@gmail.com> wrote:
> Hi All,
>
>
> I did a little experimentation with PyPy.js and it seems to be able to run
> SymPy in the browser totally fine,
> see https://minireference.com/static/tmp/pypyjs_sympy_demo/  (wait 10
> seconds for `from sympy import *` to run async
> source https://github.com/minireference/sympy-pypyjs
>
> This means switching sympy live shell to js-based is definitely possible,
> maybe with a fallback to server-side python interperer for older/slower
> browsers.
>
> I'm not sure when I'll have time to push on this in the coming months, but
> the above initial test seems very promising!
>
>
> Ivan
>
>
>
> On Saturday, July 22, 2017 at 7:09:24 PM UTC-4, Ivan Savov wrote:
>>
>> After some further investigation (thx Jason!), it seems `numpy` is not the
>> problem, and current GAE setup works totally fine. The culprit is the
>> session "unpickling" code which is not super robust, so I think my time
>> would be better spent on improving the current setup. I'm going to leave the
>> doc open for editing, in case we want to come back to the deployment setup.
>>
>> I have a WIP open PR with a fix for Issue#110, but it seems even with the
>> fixes in the PR,
>> but to really resolve the issue might need a fix in sympy as well
>> (https://github.com/sympy/sympy/issues/13027).
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at https://groups.google.com/group/sympy.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/6fc1b8c8-c833-458a-916d-6a078b1328bd%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6KD_11M_e9zM-PdF1yxdkFvnpNTgo%2B1YtMqehCp2fnj7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to