SymPy is also copyrighted. The important thing is the license, which is BSD (the same as SymPy), which basically says you can take the source code and do whatever you want with it (read it, it's quite short).
The dependencies make it not suitable for the App Engine (though we don't *have* to stick with the App Engine). My hope is that Continuum's Wakari platform will develop into something that will be a much better replacement for the App Engine for SymPy Live and SymPy Gamma. (by the way, I work for Continuum, so if you have any questions about Bokeh or Wakari, just let me know and I can pass them on) Aaron Meurer On Tue, Mar 18, 2014 at 4:20 AM, SAHIL SHEKHAWAT <[email protected]> wrote: > Its been copyrighted by Continuum Analytics, Inc.. will that be problem? > But it looks good! > > > On Tue, Mar 18, 2014 at 2:45 PM, Christophe Bal <[email protected]> wrote: >> >> Hello, >> you can also look at Bokeh. >> >> Christophe BAL >> >> >> 2014-03-18 8:50 GMT+01:00 SAHIL SHEKHAWAT <[email protected]>: >> >>> I have been working on a proposal to implement 3D plotting in SymPyGamma, >>> and Jason pointed me to the importance of d3.js and Three.js backend in the >>> Sympy itself. so, i want to discuss the idea.As only four days are left >>> please reply. >>> My motivation is >>> https://groups.google.com/forum/#!searchin/sympy/plotting$20module/sympy/q3kOnJfRXdw/JAEL6AyJnZQJ >>> by Stefan Krastanov . SymPyGamma's plotting is based on D3.js and does not >>> used SymPy's plotting module which limits the plots that can be produced by >>> Gamma BUT if i can implement a D3.js backend for 2D plotting and Three.js >>> backend for 3D plotting in SymPy itself which can be directly used in Gamma >>> as done by Stefan .here: >>> http://blog.krastanov.org/2013/05/14/sympy-plots-with-d3-in-ipyhton will it >>> be more beneficial than implementing Three.js in Gamma only? >>> Also, the point about the python execution time limit on App engine we >>> can use Ajax to separate the execution into multiple python executuion as >>> suggested by Stefan in the discussion and also we can export the results as >>> Gist and Query them which will reduce the execution time significantly, i >>> have done significant work in my PR >>> https://github.com/sympy/sympy_gamma/pull/32. >>> >>> Please tell me is it any good? should i change my proposal? I can do this >>> if everyone think that this is good! >>> >>> -- >>> 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 post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/sympy. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/sympy/d2d0fc0b-187a-4a16-bf5b-d2ffdc6da826%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 [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/sympy. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sympy/CAAb4jG%3D59KLpO4gazStjR7FLeiDTAHNX2qyng8vZNTPaqCPeaQ%40mail.gmail.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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CA%2BOR%3DbjhKaoe%2BJaY%3DwnpZaXz_ps9S5Zhw%2BgCNGdBv-uwuJ4hnw%40mail.gmail.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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6JkRjgLb5j8Uw0vu01v-8QuensWavdf7A_qMoo15Rx2TA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
