Hello, I've been searching also for this. I was using matlab before and it was convenient not having to recompute everything again. so far I'm working more with dictionaries, I save/work with a few dictionaries during my python sesion then I save dictionary in a mat file, then it is easy to recover for next time, although most variables will be decleare again but at least I save results from computations so i do not have to re-compute. But yes I agree with you, it'd be a very useful feature since pickles or h5 do not always work for me.
best On Tuesday, 7 January 2014 17:22:35 UTC+1, Raymond Phillips wrote: > > Hi All, > > I'm pretty new to Spyder, having recently decided to migrate to it from > MATLAB for my MSc research. I have a question regarding importing data. > > I'm aware of the interactive importing you can do in Spyder however, I was > wandering if there is a line of code for importing a spydata file into the > workspace as well. In MATLAB this would just be something like "load > myData.mat" > > Thanks, > > Ray > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
