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

偶尔善良 提交于 2019-12-01 08:16:15
chimpsarehungry

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.

You can simply check the version, as we do with other software packages to check if a software package is installed properly or not.

Type in your terminal.

ipython --version

It'll print the version if ipython is installed properly.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!