IPython loading variables to workspace: can you think of a better solution than this?
问题 I'm migrating from MATLAB to ipython and before taking the leap I'm going through my minimal workflow to make sure every operation I perform daily on MATLAB for data crunching is available on ipython. I'm currently stuck on the very basic task of saving and loading numpy arrays via a one-line command, such as MATLAB's: >>> save('myresults.mat','a','b','c') >>> load('myresults.mat') In particular, what I like about MATLAB's load command is that not only it reads the data file but it loads the