Install Ipython Notebook on Windows

Source: Internet
Author: User

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

Related Article

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.