As mentioned in this link https://cloud.google.com/appengine/docs/deprecations/django django support for version 1.2 and 1.3 was removed. But SympyGamma was still running on it (as mentioned in the codebase) should we migrate to a newer version of django. As while initializing it asks for new version of django.
On Thursday, February 6, 2020 at 10:45:20 AM UTC+5:30, Aaron Meurer wrote: > > Yes, you can use external libraries for SymPy Live or Gamma. The > current architecture makes it hard to install Python packages that > have non-pure Python dependencies (though I think matplotlib might > come included). You can also use any Javascript library. > > Aaron Meurer > > On Wed, Feb 5, 2020 at 10:13 PM Praveen kumar <[email protected] > <javascript:>> wrote: > > > > Hello Everyone, > > I'm Praveen Kumar, a second-year undergraduate student at the Indian > Institute of Information Technology and Management, Gwalior. > > I have been using sympy for the last three months and want to contribute > to it. I was coding with python for the past six months. I was also > familiar with C, C++, Javascript, and Django. > > > > I want to improve the plotting techniques in sympy live and sympy gamma. > But want to know which part of the codebase is for the plotting technique > for the sympy gamma and can we include some external library for plotting > the graphs. > > Basic idea what I want to do is to enable multiple argument to be passed > into sympy gamma plot function like we do in normal use. And plot the 3d > graphs of the multivariate functions which are currently not supported. > > > > Please help me if you have any opinions regarding this project idea. > > > > -- > > 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] <javascript:>. > > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/bbacf632-9ba1-4eb0-8905-347d29a9cdb9%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/eb03878d-0e36-45a0-9944-acd0fd55ac2e%40googlegroups.com.
