I am computational chemist and use python codes (through jupyter notebook) to make analysis of my system. Today, while doing Principal Component Analysis and trying plot some results, it returns MemoryError. I try to find cause by googling, the suggestions were to look if I am not using 34 bit version, but I am sure that this is not my problem (and in addition - I am using PC with Linux). Another suggestion - to delete something...so, I deleted some bigger files, which were not needed anymore - it doesnt help. Then I found some suggestins, which were made for the specific task the other people ask and those were not my topic.
In particular, MemoryError occurs using mdanalysis package for PCA and using matplotlib inline.