I just tried plotting, and it works pretty well. The only thing that is less than ideal is that to manipulate the plot, it has to open in a new window.
Aaron Meurer On Sat, Aug 6, 2011 at 2:53 AM, Aaron Meurer <[email protected]> wrote: > So I've literally spent the entire time since you wrote the first > message trying to compile gtk on my computer, and I've finally given > up and I just tried this on a Linux laptop that I had laying around. > > gtk is basically impossible to install on Mac OS X, and it's a rather > unfortunate choice of GUI platform. Installing QT (for IPython's > qtconsole) was relatively easy, as they have a binary distribution > (see > https://github.com/sympy/sympy/wiki/Installing-the-IPython-qtconsole-in-Mac-OS-X). > > But getting now to the program itself, the interaction is a little > awkward. I don't know why everyone wants to use Shift-Enter for > execution all the time, but I personally don't like it. > > Why did you write your own parser? Does sympify() not satisfy your needs? > > How do you get the LaTeX output? I could only get the string printer > (indeed, I couldn't even get the pretty printer to work, unless I > typed pprint(expr)? > > Have you considered using the new IPython with the kernel > architecture? It's supposedly very easy to use with a GUI. See > http://mail.scipy.org/pipermail/ipython-dev/2011-August/008057.html. > > I typed "pprint(Integral(1/x, x))" and executed it, then I saved the > notebook. Then I tried opening it, but it just printed (to the > console) "Could not read file". I can upload the file if you cannot > reproduce. > > Aaron Meurer > > On Wed, Aug 3, 2011 at 12:07 PM, Sam Magura <[email protected]> wrote: >> Thanks for the heads up. >> Fixed: https://github.com/smagura/sympy-notebook/commit/778ebb3f7c82d9dcd41663c1e11d4a7de221531c >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/sympy/-/4Uhyuewi_ssJ. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/sympy?hl=en. >> > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
