sympy-live
sympy-live copied to clipboard
The source for the code at live.sympy.org
This corresponds to sympy/sympy.github.com#53 I could not get the mobile logo to stop being squished. I don't know how to fix that.
@certik, can you verify that this is a good strategy for using the App Engine versions? This is what I've been doing.
This should fix the problem reported at https://groups.google.com/forum/#!topic/sympy/fFQj5A3Qbak. I've yet to test it, though.
This is PR is a work in progress (NOT READY TO MERGE) and contains two commits. - The first is a whitespace only commit + reorder of imports - The...
This matches https://github.com/sympy/sympy/pull/7375. Some people get confused how the printing is enabled in SymPy Live. This will show them how to do it in a regular session.
Currently the automated testing is only done on Chrome. It is important to add the functionality to be able to support more than one browser.
Currently the app runs on Google App Engine's Python 2 Runtime. We need to migrate to Python 3 runtime. This cannot happen in one go. It would happen over multiple...
SymPy Live is using AppEngine webapp, which is deprecated so it needs to be updated. Flask and Django are good alternatives.
hey,i was thinking of adding some new features to sympy live like a counter or dashboard to show how many current online users using the shell,on which devices are they...