Recently, there is a training organization to find the author to do a Python training materials, along with the study of the next Python notebook, found very good very strong, now the initial installation steps are recorded as follows:1. Install Python
This is a must, download the latest version of Python in http://www.python.org/download/. Follow your own platform to download the corresponding version and install it.2. Installing Ipython
Direct use: Pip install ipython download and install the latest Ipython components3. InstallationPyzmq
Direct use of Easy_installPYZMQ installation, Pip install does not support the way
4. Installing JINJA2
Direct use of Easy_install jinja2installation, Pip install does not support the way
5. Installing Tornado
since notebook is edited using a Web server, you need to install Tornado and install it directly using PIP install Tornado
6. Running Notebook
Run Ipython notebook start the local notebook service, display the following interface, the installation is successful.
7. Open the local notebook file
Ipython Notebook xxx.py/xxx.ipynb (absolute path)
more installation connections are as follows:
Http://www.360doc.com/content/14/0902/11/16740871_406476389.shtml http://www.windowsazure.cn/zh-cn/develop/python/tutorials/ipython-notebook/
From for notes (Wiz)
Install Ipython Notebook on Windows