Andre Walker-Loud wrote:
>> IPython can remedy all your wonderings :)
I second that!
> What I have in mind is writing code that I can call from a terminal, as
> opposed to interactively as with iPython.
you can call ipython with a script as a command line parameter:
ipython TheScriptToRun.py
Hi Gökhan,
Thanks. I will start playing around with iPython.
Andre
On Sep 25, 2009, at 1:22 AM, Gökhan Sever wrote:
On Thu, Sep 24, 2009 at 10:47 PM, Andre Walker-Loud > wrote:
IPython can remedy all your wonderings :)
http://matplotlib.sourceforge.net/users/shell.html
--
Gökhan
Hi G
On Thu, Sep 24, 2009 at 10:47 PM, Andre Walker-Loud wrote:
> IPython can remedy all your wonderings :)
>
> http://matplotlib.sourceforge.net/users/shell.html
>
> --
> Gökhan
>
>
> Hi Gökhan,
>
> I am not very familiar with iPython (I am not opposed to learning either).
>
> What I have in mind is w
IPython can remedy all your wonderings :)
http://matplotlib.sourceforge.net/users/shell.html
--
Gökhan
Hi Gökhan,
I am not very familiar with iPython (I am not opposed to learning
either).
What I have in mind is writing code that I can call from a terminal,
as opposed to interactively
On Thu, Sep 24, 2009 at 7:25 PM, Andre Walker-Loud wrote:
> Hi All,
>
> I have what I think is a basic question. I want to have an
> interactive python script/code which uses matplotlib. For example,
> the script first asks what data set to use, then when received, it
> does some analysis routin
Hi All,
I have what I think is a basic question. I want to have an
interactive python script/code which uses matplotlib. For example,
the script first asks what data set to use, then when received, it
does some analysis routines, and then makes some plots. To launch the
plot, my I have