Hmm,
Is it working on your side from a bash shell as "ipython --pylab script
argument"
I couldn't make it work in this fashion. As I said whos list nothing :(
I am on Fedora 10 x86, Python 2.5.2, IPython 0.10.bzr.r1173
Without the pylab switch I see the interactive space with variables. I also
On Sun, May 17, 2009 at 2:17 PM, Gökhan SEVER wrote:
> Hello Roy,
>
> "ipython splot.py 09_03_23_11_44_54.stats.tas"
>
> works, but I can't make it work with pylab switch. It executes my script,
> however whos list an empty namespace :(
Gökhan,
The "whos" command works for me.
Also, why can't y
Hello Roy,
"ipython splot.py 09_03_23_11_44_54.stats.tas"
works, but I can't make it work with pylab switch. It executes my script,
however whos list an empty namespace :(
My aim of loading the variables and results into an interactive pylab
enabled workspace is to be able to continue working on
João,
Thank you for commenting on the code. sys.argv check is a wise one. Since I
was the only user of this little snippet I didn't give attention of this
detail, however eventually some other people will start using the code too.
I thought it is more efficient to only import functions that I use
Hello,
After solving the boxplotting mystery, and figuring out how to change the
mouse hover reading sensitivities, I have finished my small script which
creates boxplots from a given file. I can call it either by issueing
./splot.py file or from inside ipython -pylab with run command. However I
s