[sympy] Installtion in a shared server

2014-04-20 Thread jiju
Hi, I have installed sympi in my local machine by downloading the latest release (tar.gz) from https://github.com/sympy/sympy/releases , decompressing and using the command python setup.py install. However, is this possible to install in a shared server where i do not have access to the

Re: [sympy] SymPy args and multiple dispatch

2014-04-20 Thread Vinzent Steinberg
On Friday, April 18, 2014 3:44:28 PM UTC-4, Ondřej Čertík wrote: On Fri, Apr 18, 2014 at 1:32 PM, Vinzent Steinberg [...] Another deal breaker to me is that loading modules can take like 30 seconds. And that is independent of any changes you made to the Julia source code of your

Re: [sympy] Installtion in a shared server

2014-04-20 Thread Jason Moore
If you have a server, you can simply install SymPy as a system wide install so that all users logged into the server have access to the program. How would you not have access to a command prompt on a shared server? Even if you can't open a terminal then I suppose you can open a program like IDLE

Re: Private message regarding: [sympy] Installtion in a shared server

2014-04-20 Thread Jason Moore
What operating system is it and do you have shell access, GUI access, or both? How do you interact with Python in this server? Jason moorepants.info +01 530-601-9791 On Sun, Apr 20, 2014 at 5:47 PM, jiju jijutdas2...@gmail.com wrote: I am hosting my application in shared server and they

Re: [sympy] Installtion in a shared server

2014-04-20 Thread Aaron Meurer
You can install Anaconda https://store.continuum.io/cshop/anaconda/ on the server. It includes SymPy, and does not require root access to install. Aaron Meurer On Sun, Apr 20, 2014 at 4:41 PM, Jason Moore moorepa...@gmail.com wrote: If you have a server, you can simply install SymPy as a

Re: Private message regarding: Private message regarding: [sympy] Installtion in a shared server

2014-04-20 Thread Jason Moore
I don't know how to help you then. It doesn't sound like you have enough access to do anything useful. FTP access really only let's you upload and download files. Jason moorepants.info +01 530-601-9791 On Sun, Apr 20, 2014 at 6:11 PM, jiju jijutdas2...@gmail.com wrote: I have only ftp access

[sympy] Re: Automatic deployment of SymPy Live/Gamma

2014-04-20 Thread David Li
Okay. So we have some other options: - Google provides Push to Deployhttps://developers.google.com/appengine/docs/push-to-deploy, which automatically deploys a linked repository whenever it is pushed to. Unfortunately this doesn't work with submodules and Google refuses to

Re: [sympy] Re: Automatic deployment of SymPy Live/Gamma

2014-04-20 Thread SAHIL SHEKHAWAT
+1 :D On 21 Apr 2014 06:51, David Li li.david...@gmail.com wrote: Okay. So we have some other options: - Google provides Push to Deployhttps://developers.google.com/appengine/docs/push-to-deploy, which automatically deploys a linked repository whenever it is pushed to.

[sympy] Simplifying expressions with intermediate variables

2014-04-20 Thread Peter Eastman
I'm just learning Sympy, so I apologize if this is a beginner question. I'm trying to figure out how to use intermediate variables when simplifying expressions. Here's a simple example of the sort of thing I'm trying to do. Suppose I have a vector v=(v1,v2,v3). Next I define u to be a unit

Re: [sympy] Simplifying expressions with intermediate variables

2014-04-20 Thread Aaron Meurer
Ideally the matrix expressions would let you do this better. I don't think differentiation is fully implemented with them, though. Aaron Meurer On Sun, Apr 20, 2014 at 8:33 PM, Peter Eastman peter.east...@gmail.comwrote: I'm just learning Sympy, so I apologize if this is a beginner question.

Re: [sympy] plot_implicit and legend

2014-04-20 Thread Amit Saha
On Sun, Apr 13, 2014 at 6:19 PM, Amit Saha amitsaha...@gmail.com wrote: On Sun, Apr 13, 2014 at 6:40 AM, Aaron Meurer asmeu...@gmail.com wrote: It would be better to submit patches as pull requests, even if you do not know how to complete them. It is much easier to comment on code in pull

Re: [sympy] Re: Automatic deployment of SymPy Live/Gamma

2014-04-20 Thread Ondřej Čertík
On Sun, Apr 20, 2014 at 7:21 PM, David Li li.david...@gmail.com wrote: Okay. So we have some other options: Google provides Push to Deploy, which automatically deploys a linked repository whenever it is pushed to. Unfortunately this doesn't work with submodules and Google refuses to support

Re: [sympy] Simplifying expressions with intermediate variables

2014-04-20 Thread Ondřej Čertík
On Sun, Apr 20, 2014 at 7:33 PM, Peter Eastman peter.east...@gmail.com wrote: I'm just learning Sympy, so I apologize if this is a beginner question. I'm trying to figure out how to use intermediate variables when simplifying expressions. Here's a simple example of the sort of thing I'm