Sunday, 16 July 2017

Updating spyder

If you are python users, maybe you use spyder as your IDLE. For update your spyder version, the common procedure is by the instruction:
conda update spyder

The above should work if you have conda package manager. Moreover, you can also upgrade spyder for specific environments, for instance, if we have a python environment called py27, we can upgrade spyder with:

conda update -n py27 spyder

However, whether the above does not work, another way is using the pip instruction:

pip install --upgrade spyder



Tuesday, 7 July 2015

Introduction

As a consequence of my master's thesis, I have been thinking so much about biological complexity, and the methods, especially mathematical approaches, to abord it. Therefore, I have decided to study some of them, and I think that write a blog is an excellent idea share information with others who could also be interested in, moreover to help me for improving my English skills. Thus, this blog is personal, and its aim is only to help myself to learn a bit more.