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