Re: [sympy] New SymPy shell based on JupyterLite and Pyodide

2022-05-11 Thread Ivan Savov
See here <https://docs.google.com/document/d/1UOhrxZN789tKqE19_1TH0FiQK7PzisKioOa0LFeN0_k/edit#bookmark=id.7ulwciq746j9> . - Ivan -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving

[sympy] New SymPy shell based on JupyterLite and Pyodide

2022-05-09 Thread ivan....@gmail.com
ing your favorite SymPy calculations (see bit.ly/sympyjstest for examples). If you encounter problems, bugs, or other unexpected behavior during testing, please add a comment to this issue: https://github.com/sympy/sympy.github.com/issues/176 - Ivan PS: For more background info about this work

Re: [sympy] Brainstorming on new architecture for sympy-live

2017-09-24 Thread Ivan Savov
other thing I had to modify in sympy is from threading import RLock because threading seems to be a CPython-only thing I will try to run some tests manually next time I work on this. I'm particularly interested in numeric-heavy stuff, how slow pypyjs is compared to CPython. Ivan -- You re

Re: [sympy] Brainstorming on new architecture for sympy-live

2017-07-22 Thread Ivan Savov
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

[sympy] Brainstorming on new architecture for sympy-live

2017-07-21 Thread Ivan Savov
qu8mpA/edit?usp=sharing I'm available to push on this project in my spare time and looking forward to trying to prototype the approach that is chosen by the community. Ivan -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe

[sympy] SymPy Live Maintainer

2017-03-28 Thread Ivan Savov
Hello everyone, My name is Ivan Savov and I'm a long time SymPy user, especially SymPy live. The SymPy Live <http://live.sympy.org/> shell is doing well, but there hasn't been much updates recently. I wanted to let everyone know that I'm available to contribute by fixing bugs and k

Re: [sympy] A SymPy tutorial for students

2015-02-03 Thread Ivan Savov
breaks and latex output using unicode symbols). Maybe we need a doctest-variant that is tolerant towards minor formatting diffs and the whole testing the docs could be automated... Ivan Ivan -- You received this message because you are subscribed to the Google Groups sympy group

Re: [sympy] A SymPy tutorial for students

2015-01-31 Thread Ivan Savov
/sympy/sympy/blob/master/LICENSE ? IANAL, but I believe CC BY-SA is not compatible with BSD, because of the SA (share alike), which makes it copyleft. it would be best if you licensed it as BSD [...] BSD it will be then! - Ivan -- You received this message because you

[sympy] Tutorial Translation

2013-05-09 Thread Ivan
, simplified chinese (zh_CN) and Traditional Chinese (zh_TW) ? Thanks, Ivan -- 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

[sympy] SymPy Gamma typo

2013-03-18 Thread Ivan
Hi, primepi(n) is not euler totient function, it is prime counting function, see attachment. Thanks -- 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] Absolute value problem

2012-10-10 Thread Ivan
Hi, I am using Windows XP 32-bit, Python 3.3 release, sympy 0.7.2.rc1 and have the following problem sympy.solve([sympy.Abs(4*x-7)-5, sympy.Abs(3-8*x)-1],x) Traceback (most recent call last): File stdin, line 1, in module File C:\Python33\lib\site-packages\sympy\solvers\solvers.py, line