[sympy] Re: sympy gamma improvements

2016-03-23 Thread mvnnn
Hi all, I discuss about Sympy gamma project in maillist Sympy gamma discussion and @Aaron Meurer said me this project is just on NLP so that i concentrate only on NLP. I have shared my draft with

[sympy] Re: sympy gamma improvements

2016-03-22 Thread mvnnn
Hi Nico, The main purpose of this project is implement NLP support. Correct me if i am wrong. Thanks, mvnnn -- 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

[sympy] Re: SymPy Gamma Installtion in Windows

2014-04-28 Thread jiju
Dear Sahil and Aaron App Engine runtime does not throw any warnings about the difference of the phython versions.I am using python 2.7 However Numpy was not installed. I will install this and update -- You received this message because you are subscribed to the Google Groups sympy group. To

[sympy] Re: SymPy Gamma Installtion in Windows

2014-04-28 Thread jiju
Dear Sahil, Thanks a lot, without your help, I might not have solved this.Yes, installing Numpy solved the issue and graphs are appearing. Thanks again. On Sunday, April 27, 2014 11:40:39 PM UTC+5:30, jiju wrote: Hi Friends, I have installed SymPy Gamma in my windows machine and it is

[sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread jiju
I have installed matplotlib also, but this did not solve the issue -- 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 sympy+unsubscr...@googlegroups.com. To post to this

[sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread jiju
I think I got the issue. lot of files are missing, see the 404 errrors coming up in the console. But how to get these files in sympy_gamma\static folder? NFO 2014-04-27 23:31:43,155 module.py:627] default: GET / HTTP/1.1 200 18003 NFO 2014-04-27 23:31:43,290 module.py:627] default:

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
Are you talking about 3D (multivariable graphso)? SymPy Gamma does not use matplotlib for its plotting,for 2D it uses a javascript library D3.js and it is still not able to plot 3D On Sun, Apr 27, 2014 at 11:51 PM, jiju jijutdas2...@gmail.com wrote: I think I got the issue. lot of files are

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
It seems like the js files in your js folder are missing...are there any files? if not then please download/ clone again On Mon, Apr 28, 2014 at 12:07 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Are you talking about 3D (multivariable graphso)? SymPy Gamma does not use matplotlib

[sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread jiju
Thanks Sahil. No, I am saying about 2d graphs only. I have installed SymPy Gamma in windows machine. It is working fine, but the graphs are not loading. I am getting the following error in place of the graphs (the files which were missing, as I mentioned in my previous post, were added)

[sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread jiju
Yes, I downloaded and then the 404 error is gone. But, in place of the graph, I am getting the following error now Plot:http://localhost:8080/input/?i=simplify%28%28x**2+-+4%29%2F%28%28x%2B3%29%28x-2%29%29%29#plot There was an error in Gamma. For referencethe last five traceback entries

[sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
Have you updated the submodules? On Monday, April 28, 2014 12:15:51 AM UTC+5:30, jiju wrote: Yes, I downloaded and then the 404 error is gone. But, in place of the graph, I am getting the following error now

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
Please refer to https://github.com/sympy/sympy_gamma/blob/master/README.rst#installationfor updating the submodules On Mon, Apr 28, 2014 at 12:21 AM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Have you updated the submodules? On Monday, April 28, 2014 12:15:51 AM UTC+5:30, jiju

[sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread jiju
Dear Sahil, I had downloaded it as zip from https://github.com/sympy/sympy_gamma/ and hence git commands are not working for sub modules. Should I do this as I have downloaded as zip? -- You received this message because you are subscribed to the Google Groups sympy group. To unsubscribe

[sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread jiju
I think some thing got messed up in my downloaded package. I will clone the entire stuff and see this $ git clone git://github.com/sympy/sympy_gamma.git $ cd sympy_gamma $ git submodule init $ git submodule update -- You received this message because you are subscribed to the Google Groups

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
It is highly recommended that you clone the Gamma rather than downloading it as zip..Getting the submodules within zip is an issue many people are griping about. you can see http://stackoverflow.com/questions/12936014/include-a-github-submodule-automatically-in-downloadfor a solution. Sure, give

[sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread jiju
Dear Sahil, I have cloned it. Still the result is same. Everything is working fine except for the plot. At the place of the graph, the following error occurs. Plot: There was an error in Gamma. For referencethe last five traceback entries are: Traceback (most recent call last): File

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
Oh! i almost forgot...you need to install Numpy..sorry about that..it is clear now that you had the submodules even in the downloaded folder.. On Mon, Apr 28, 2014 at 1:16 AM, jiju jijutdas2...@gmail.com wrote: Dear Sahil, I have cloned it. Still the result is same. Everything is working

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread Aaron Meurer
Does the App Engine runtime warn you if there are any differences between your local Python and the one from the real App Engine? Aaron Meurer On Sun, Apr 27, 2014 at 3:08 PM, SAHIL SHEKHAWAT sahilshekhawa...@gmail.com wrote: Oh! i almost forgot...you need to install Numpy..sorry about that..it

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
Gamma supports only python2.7, if you are using a different python version Gamma does *NOT* specifically give error about python version, instead of that if anybody is using python3 server will not start and will give error related to syntax. GAI does not maintain code-base compatible with

Re: [sympy] Re: SymPy Gamma Installtion in Windows

2014-04-27 Thread SAHIL SHEKHAWAT
oh! I am talking about Google App Engine, not specific to gamma. On Monday, April 28, 2014 7:32:15 AM UTC+5:30, SAHIL SHEKHAWAT wrote: Gamma supports only python2.7, if you are using a different python version Gamma does *NOT* specifically give error about python version, instead of that if

Re: [sympy] Re: SymPy Gamma: hand-written input

2014-03-13 Thread Gilbert Gede
I always thought an interesting approach would be a handwriting - LaTeX translator, and then a LaTeX - SymPy translator (although I'm not sure if it would be LaTeX code, or an actual LaTeX document). Seemed like it would allow for a little more flexibility and would be made of smaller, more

[sympy] Re: SymPy Gamma: hand-written input

2014-03-12 Thread David Li
Hello, This sounds like a great idea for Gamma. How familiar are you with web development? In particular, do you have any experience with JavaScript? I would also encourage you to look at the application templatehttps://github.com/sympy/sympy/wiki/GSoC-2014-Application-Template and also

[sympy] Re: SymPy Gamma: hand-written input

2014-03-12 Thread Fedor Morozov
Hello, David. Unfortunately I have no experience with JavaScript yet, but since the main challenge of the project is the backend part (formula recognition), I can get enough JavaScript knowledge before the coding phase starts. I also think that it would be great to develop Sympy Gamma mobile app

Re: [sympy] Re: SymPy Gamma: hand-written input

2014-03-12 Thread Matthew Rocklin
Handwritten input sounds neat. I use and find great value in http://detexify.kirelabs.org/classify.html Handwritten mathematical expression recognition is general and useful enough that I'd like to see it done outside of SymPy and then imported, this way other projects can also use it. Fedor,

Re: [sympy] Re: SymPy Gamma: hand-written input

2014-03-12 Thread Fedor Morozov
Hello, Matthew. The problem is sure feasible, you can test a great implementation here: http://webdemo.visionobjects.com Unfortunately I haven't found any opensource formula recognition tools, so maybe there is no code to adapt. The are lots of articles on the topic even from the 80s. For

Re: [sympy] Re: sympy gamma

2014-01-17 Thread Nitin Agarwal
Since you mentioned to make use of mathplotlib from https://developers.google.com/appengine/docs/python/tools/libraries27 but here its been mentioned that its a library used for 2D plotting. After going though the plotting documentation of sympy, its been mentioned that mathplotlib is alreadly

Re: [sympy] Re: sympy gamma

2014-01-17 Thread David Li
Gamma uses its own plotting code based on d3.js, which is all rendered client-side and does not support all types of plots (particularly 3D plots). Matplotlib would allow us to support that in Gamma. We wouldn't necessarily be writing code using matplotlib, but instead trying to get matplotlib

Re: [sympy] Re: sympy gamma

2014-01-17 Thread Nitin Agarwal
Right, console access is not available for the user to interact with the plot. In the sympy documentation it's been mentioned that the plotting module supports both 2D and 3D plots. http://docs.sympy.org/latest/modules/plotting.html Also what type of console would you like to have and how to

Re: [sympy] Re: sympy gamma

2014-01-17 Thread David Li
A console wouldn't be appropriate for Gamma, I just wanted to point out that the interactivity currently present with SymPy plots wouldn't work by default on App Engine. You would need to get matplotlib working on the development server, then create a new card for matplotlib plots that renders

Re: [sympy] Re: sympy gamma

2014-01-17 Thread Nitin Agarwal
So if I consider the plot of log(x) on Sympy gamma ie. http://www.sympygamma.com/input/?i=log%28x%29 then how is this working. Its also using mathplotlib. Am I right? If mathplotlib is not working on the development server, how the plotting is being done currently. I had seen the logic.py and

Re: [sympy] Re: sympy gamma

2014-01-17 Thread David Li
This is not matplotlib, this is d3.js as I mentioned. For an example of what doesn't work, try x^2 - y^2. On Jan 17, 2014 8:02 PM, Nitin Agarwal nitinagarwal3...@gmail.com wrote: So if I consider the plot of log(x) on Sympy gamma ie. http://www.sympygamma.com/input/?i=log%28x%29 then how is

Re: [sympy] Re: sympy gamma

2014-01-17 Thread Nitin Agarwal
Does d3.js plots both 2D and 3D plots as mentioned in the tutorial. http://docs.sympy.org/latest/modules/plotting.html#module-sympy.plotting.pygletplot Also its been mentioned in the documentation that Presently the plots are rendered using matplotlib as a backend. So let me try to make

Re: [sympy] Re: sympy gamma

2014-01-17 Thread David Li
On Jan 17, 2014 8:10 PM, Nitin Agarwal nitinagarwal3...@gmail.com wrote: Does d3.js plots both 2D and 3D plots as mentioned in the tutorial. http://docs.sympy.org/latest/modules/plotting.html#module-sympy.plotting.pygletplot No. D3 is completely separate from SymPy, the documentation for SymPy

Re: [sympy] Re: sympy gamma

2014-01-17 Thread Nitin Agarwal
Question here is after getting mathplotlib working on the app engine, Whether we would be able to draw 3D plots or not? On Sat, Jan 18, 2014 at 8:34 AM, David Li li.david...@gmail.com wrote: On Jan 17, 2014 8:10 PM, Nitin Agarwal nitinagarwal3...@gmail.com wrote: Does d3.js plots both 2D

Re: [sympy] Re: sympy gamma

2014-01-17 Thread David Li
That would be the question you're answering :) It should work, but you'll have to figure out how to properly configure matplotlib for App Engine and how to serialize the plot. On Jan 17, 2014 8:37 PM, Nitin Agarwal nitinagarwal3...@gmail.com wrote: Question here is after getting mathplotlib

Re: [sympy] Re: sympy gamma

2014-01-17 Thread Aaron Meurer
How new is the matplotlib on the App Engine? Does it have the new webagg stuff? Aaron Meurer On Fri, Jan 17, 2014 at 9:42 PM, David Li li.david...@gmail.com wrote: That would be the question you're answering :) It should work, but you'll have to figure out how to properly configure matplotlib

Re: [sympy] Re: sympy gamma

2014-01-17 Thread David Li
App Engine is on 1.2, so I don't think WebAgg is supported yet, unfortunately. On Jan 17, 2014 9:32 PM, Aaron Meurer asmeu...@gmail.com wrote: How new is the matplotlib on the App Engine? Does it have the new webagg stuff? Aaron Meurer On Fri, Jan 17, 2014 at 9:42 PM, David Li

Re: [sympy] Re: sympy gamma

2014-01-17 Thread Nitin Agarwal
Mathplotlib is supported on the production server on app engine 1.2.0 not on the development server. On which version of app engine , Sympy Gamma is currently hosted or made use of. If we want to make Mathplotlib working on the development server of App engine then we have to do some changes in

Re: [sympy] Re: sympy gamma

2014-01-14 Thread David Li
Google's documentation talks about the extent of support for matplotlib on App Engine: https://developers.google.com/appengine/docs/python/tools/libraries27. You will need some way to get matplotlib working on the development server included with the SDK; I believe if you search around you

Re: [sympy] Re: sympy gamma

2014-01-13 Thread Nitin Agarwal
Hi David, As you had pointed out that Google App Engine, which Gamma runs on, has experimental matplotlib support, which you could try to integrate into Gamma. I would like to know about the google app engine experimental matplotlib support. I would like to integrate into gamma. Could you specify

[sympy] Re: sympy gamma

2013-12-31 Thread David Li
You could look at the issues lists on Github: https://github.com/sympy/sympy_gamma/issues and on Google Code: https://code.google.com/p/sympy/issues/list?can=2q=label%3AGamma, as well as the GSoC ideas list: https://github.com/sympy/sympy/wiki/GSoC-2014-Ideas. Google App Engine, which Gamma

[sympy] Re: sympy gamma

2013-12-29 Thread SAHIL SHEKHAWAT
@Aaron Meurer : Can you please give me an idea about what the community wants in sympy_gamma or what are the future plans. On Sunday, December 29, 2013 2:46:33 PM UTC+5:30, SAHIL SHEKHAWAT wrote: Hi guys! I am new to the sympy community but i really like the idea of sympy gamma. I think its

[sympy] Re: sympy gamma notebook updates

2010-02-09 Thread Ondrej Certik
On Tue, Feb 9, 2010 at 1:13 PM, Ondrej Certik ond...@certik.cz wrote: [...] * only tested in firefox and chromium in Linux. In opera (on linux), shift+enter and backspace (when deleting cells) behaves funny, for some reason, preventDefault (event) doesn't work in Opera. I didn't test on IE8

[sympy] Re: sympy gamma: technology preview

2009-10-25 Thread Freddie Witherden
Hi all, As for showing steps for integration and so on, does anyone know if there are any general purpose algorithms for this? It might make a good Google Summer of Code project Funny you should mention that. A few years ago now I made a post to a Yacas mailing list (which I will try to

[sympy] Re: sympy gamma: technology preview

2009-10-23 Thread Vinzent Steinberg
On Oct 23, 3:28 am, Aaron S. Meurer asmeu...@gmail.com wrote: I wonder if there are any good open source mathematical expression   parsers out there that we could use their regular expressions. I would not unconditionally use regular expressions for parsing. Vinzent

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Ondrej Certik
On Thu, Oct 22, 2009 at 7:54 AM, Aaron S. Meurer asmeu...@gmail.com wrote: Indeed it would.  I assumed that Ondrej was using sympify, but I guess he isn't.  It would be a good idea, though, for exactly this reason. I would also run it through the Mathematica and Maxima parsers in

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Freddie Witherden
On Thursday 22 October 2009 01:34:24 Ondrej Certik wrote: I would like SymPy Gamma to be a really easy way to start playing with sympy, first by typing some expression, get lots of info about it (e.g. some nice input cells ready to be modified), with links to documentation and possibly other

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Ondrej Certik
On Thu, Oct 22, 2009 at 1:50 PM, Freddie Witherden fred...@witherden.org wrote: On Thursday 22 October 2009 01:34:24 Ondrej Certik wrote: I would like SymPy Gamma to be a really easy way to start playing with sympy, first by typing some expression, get lots of info about it (e.g. some nice

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Aaron S. Meurer
I think whatever smart parsing we implement should be implemented right in sympify, that way we can benefit from it in regular SymPy too. Maybe we could add a flag to sympify to only work strictly to convert stuff to sympy expressions with python syntax like it does now and another

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Ondrej Certik
On Thu, Oct 22, 2009 at 6:07 PM, Aaron S. Meurer asmeu...@gmail.com wrote: I think whatever smart parsing we implement should be implemented right in sympify, that way we can benefit from it in regular SymPy too.  Maybe we could add a flag to sympify to only work strictly to convert stuff to

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Ondrej Certik
On Thu, Oct 22, 2009 at 6:23 PM, Ondrej Certik ond...@certik.cz wrote: On Thu, Oct 22, 2009 at 6:07 PM, Aaron S. Meurer asmeu...@gmail.com wrote: I think whatever smart parsing we implement should be implemented right in sympify, that way we can benefit from it in regular SymPy too.  Maybe

[sympy] Re: sympy gamma: technology preview

2009-10-22 Thread Aaron S. Meurer
I wonder if there are any good open source mathematical expression parsers out there that we could use their regular expressions. Aaron Meurer On Oct 22, 2009, at 7:24 PM, Ondrej Certik wrote: On Thu, Oct 22, 2009 at 6:23 PM, Ondrej Certik ond...@certik.cz wrote: On Thu, Oct 22, 2009 at

[sympy] Re: sympy gamma: technology preview

2009-10-21 Thread Aaron S. Meurer
I don't know how hard this would be, but one nice thing about WolphramAlpha is that you can type an expression in just about any format and it will parse it correctly. Maybe we just need to make sympify smarter, but it at least would be good if people could type ^ instead of **, if not