How to check whether I have IPython installed on my machine and what sequence to install these libraries?

前端 未结 2 1178
感情败类
感情败类 2021-01-14 11:42

I need to use python for a machine learning course and I also need to install some external libraries. I\'m a bit confused as to what the correct order is for installation o

2条回答
  •  太阳男子
    2021-01-14 12:36

    It is so simple to get all IPython, Matplotlib, Scipy etc. now that you have Python 2.7 installed. If this is for a course, I assume you have a .edu email address with this institution? If so just go here: http://www.enthought.com/products/edudownload.php

    Submit your info. Download and install it like any other program. You will then be able to call ipython from the terminal. Or to use matplotlib call ipython --pylab from the terminal.

    Definitely do not go about installing the libraries one-by-one unless you are very familiar with how that works.

提交回复
热议问题