I hope this question is legit here, I've been researching but not much luck so I figured it's worth a shot to post.
I've got Sublime Text 2 with sublimeREPL plugin installed. I'm able to run python 2.7.5 in the repl and it's pretty solid. My goal is to have sublime + repl as my IDE specifically with scientific packages, such as matplotlib, pandas, numpy, etc. As an example, I'd like to be able to import pandas, pylab
, run some code through the repl and be able to plot something as if I did it from a typical ipython shell.
My question is that despite having the numpy, pandas, matplotlib packages installed via Enthought Python Distribution and being able to use them via IPython, I'm NOT able to do it via the REPL. I'm relatively new to package management like this, is there a way for me to get this working via REPL?