According to the wiki, Pyglet is an optional dependency, but it does not work without it (it fails with an ImportError).
Aaron Meurer On Tue, Aug 2, 2011 at 9:40 PM, Aaron Meurer <[email protected]> wrote: > Hi. > > I'll look at this and report what I think about it, but I just want to > note that people should use the following urls to clone. The ones you > gave are the ssh urls, and are for you only. > > sympy-notebook: git://github.com/smagura/sympy-notebook.git > sympy fork: git://github.com/smagura/sympy.git > > Aaron Meurer > > On Tue, Aug 2, 2011 at 8:58 PM, Sam Magura <[email protected]> wrote: >> Hi folks, >> I wanted to share a sympy-related project that I have been working on. It is >> a pretty standard notebook interface, and will seem really familiar if >> you've used Mathematica or similar CAS front-ends. I've borrowed a lot of >> code from the earlier Symbide project. I'm calling it sympy notebook. >> My main goal for this project is to make sympy feel like a more >> "traditional" CAS, in terms of user interface. I hope that doing so will not >> only be useful for existing users, but will also get more people using >> sympy, especially those who are less technically-minded. To do this, I've >> started by creating an interface that lets you work on small sections of >> code at a time, edit previously entered code, and save your work. >> Expressions and plots are displayed graphically. A major improvement over >> Symbide is that cells can be cut, copied, and pasted. Future releases should >> emphasize that sympy notebook is more than a Python console. I've documented >> current features and features I want add on the GitHub wiki. >> - To clone my repository, use [email protected]:smagura/sympy-notebook.git >> - And, pull from my fork of sympy ([email protected]:smagura/sympy.git) if you >> want LaTeX printing to work. >> It would be great to get feedback on this. Thanks. >> Sam Magura >> >> -- >> 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/-/0IdGgLDEnfsJ. >> 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.
