Installation and use under Win7 and centos6.4 Ipython

Source: Internet
Author: User


Before using Ipython, of course, the premise is that you have a certain Python basis, recommended to read the book

: http://download.csdn.net/download/hpang1983/2735470






ebook: http://download.csdn.net/detail/sdautianzhiyi/4103636


Win7 First install the python:https://www.python.org/downloads/windows/

Ipython installation method: Under DOS window

Pip Install Ipython
Pip install "Ipython[notebook]"


The installation method under CENTOS6 is:

Yum installation failed because the Python version is only 2.6 too low, the source installs the latest 2.7 version of Python, installs the new version of pip2.7

Reference Address: Https://www.digitalocean.com/community/tutorials/how-to-set-up-python-2-7-6-and-3-3-3-on-centos-6-4

In [2]: Cd/root/.pip
/root/.pip

In [3]: LS
Pip.conf Pip.log

In [4]: F = open (' pip.conf ', ' R ')

In [5]: F.read ()
OUT[5]: ' [global]\nindex-url = Http://mirrors.aliyun.com/pypi/simple/\n '

Update the PIP source to get fast download speed.

--------------------------------------------------------------------------------------------------------------- -----------------------------

Powerful and convenient ssh, you can access Linux directly under window: http://www.cnblogs.com/gannan/archive/2012/02/06/2339883.html

Python Direct Operation Sqlserver:http://www.cnblogs.com/qianlifeng/archive/2012/02/06/2340367.html

Python connection sqlite3:http://blog.csdn.net/iloveppp123/article/details/6594544

And so many very convenient simple features, can greatly save your time.  I believe that once you master it, you will fall in love with Ipython immediately. Whether you love or not, I am in Love (~_~)





Installation and use under Win7 and centos6.4 Ipython

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.