The SymPy online shell and jupyterlite both run Python in the browser, which will be a little slower than running it locally. Beyond that, your choice of interactive interpreter shouldn't matter that much since they will all be interfacing with the same Python. If you aren't sure what to use, I recommend using Jupyterlab or Jupyter notebook. If you are running into performance issues, it is likely the issue has to do with SymPy itself rather than your interpreter.
Aaron Meurer On Mon, Jan 15, 2024 at 2:33 AM Abhay Kumar <[email protected]> wrote: > > Hi > I have gone through this contributing to SymPy. and I also set up SymPy in > local as well. But whenever I'm trying to resolve little, complex issues, the > interpreter takes too much time. Can anyone suggest the best interpreter to > work with SymPy? I use SymPy online Shell, Jupyterlite, and vscode. But > didn't get accurate or correct results. > > Thank you, > Abhay > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/e36c841f-44a1-4cbf-ad26-207cfbc79c8bn%40googlegroups.com. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6KJyBg2HuxqmUJ7xx1%3Dbb9nhztKzNH_E%2B7S%3DtGyoQ9R4Q%40mail.gmail.com.
