I am aware of the fact! Thanks @aaron for pointing that out. I want to embed all the pre-existing things which we are calculating anyway (or are a part of the languages which we are using like you pointed out), into a widget so that the user can have options to use the result in the way he thinks is best. Right now, user can zoom by clicking on the result card but the space of the card does not expand, so i am thinking to create a separate dialog box which will appear with the complete enlarged view like Wolfram|Alpha. Thanks
On Thu, Mar 27, 2014 at 12:47 AM, Aaron Meurer <[email protected]> wrote: > Note that for the math, zooming is already supported directly in > MathJax (right click on the math). > > Aaron Meurer > > On Wed, Mar 26, 2014 at 12:53 PM, SAHIL SHEKHAWAT > <[email protected]> wrote: > > Thanks Ondřej for confirming! I am working on the gui right now. Will > soon > > send a PR. > > Thanks!! > > > > On Wednesday, March 26, 2014 11:12:03 PM UTC+5:30, Ondřej Čertík wrote: > >> > >> Hi Sahil, > >> > >> On Wed, Mar 26, 2014 at 7:33 AM, SAHIL SHEKHAWAT > >> <[email protected]> wrote: > >> > I want to add widgets in SymPyGamma so that user can: > >> > 1) Share a particular card or the entire result by creating a GIST as > >> > IPython Notebook. > >> > I have already done significant work on this issue, ( which i > left > >> > in > >> > the middle due to my gsoc proposal ). So, i need to finish that so > that > >> > it > >> > can be included in this part. > >> > As Gamma uses JavaScript for the calculating the JSON of the > >> > result > >> > "card" i will create a new view which will calculate "card" JSON using > >> > python so that it can be > >> > converted to IPython Notebook. This will result in > recalculations > >> > but > >> > Any better solution??? > >> > 2) Copy the result as plain text. > >> > Using the view created for calculations of card Json, i can also > add > >> > functionality to copy the result text as plain text. I will just need > to > >> > parse that json which i am > >> > already doing for ipython notebook. > >> > 3) Zoom the result card. > >> > Currently we do support enlarging the result which i will integrate > >> > into > >> > the widgets. > >> > 4) Downloading the results > >> > We can provide the option to download the result as Latex ,IPython > >> > notebook, SymPy Codes and HTML. We already calculate 3/4 things in > >> > Gamma, > >> > why not give it as an > >> > option to the user?? > >> > >> I just want to say that I think all these are great ideas to implement. > >> > >> Ondrej > >> > >> > > >> > I will use jQuery UI for the widgets! > >> > Any suggestion??? > >> > > >> > -- > >> > 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/73cf3cc0-7abb-4567-93fd-f5b4d46b9c00%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/97d988c2-2f2e-41d5-91c2-8b8380917507%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/CAKgW%3D6%2BPVO%2BCXHy9oB8KPA1UJEiYsnLQu04A%3DdWBAzCbvh6fuA%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%3DbhoS5nfO6Q%2BCnDo1MSNo8E-775mv79s94SY%3DqDMM6BNmQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
