Ipython steps to build on Windows 7

Source: Internet
Author: User

Installation article
  1. Install Python , now it's python2.7.10. Follow your own platform to download the corresponding version of the installation.
  2. Install Ipython, Ipython's official website is easy to find. after installation, a scripts directory will appear in your Python directory, with some of the main files Ipython.
  3. Install Pyreadline (only for Windows) .
  4. Install PYZMQ, Notebook is web-based, and socket messaging uses ZEROMQ. the installation file may be in egg format and needs to be easy_install.
  5. Install tornado, because notebook is web-based, it requires a Web server, which is officially used by tornado.
  6. Install Mathjax, in order to be able to display mathematical symbols and formulas conveniently, mathjax support is needed. The installation is simple, open a ipython shell, and type the following code:

 from Import Install_mathjaxinstall_mathjax ()

Use the article
    • Start the local notebook, open the Windows command line, type:Ipython Notebook
    • Configure notebook, open the Windows command line, type: Ipython profile Create, generate. ipython\profile_default\ipython_config.py and other profiles
    • For example, if you want an inline matplotlib image, you can add it to the ipython_kernel_config.py
# Configuration file for Ipython-kernel. c ='inline'
    • C.ipkernelapp.matplotlib = ' inline '
    • Drying a Run

Ipython steps to build on Windows 7

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.