Anaconda Installation Summary

Source: Internet
Author: User
Tags jupyter jupyter notebook

As an open source project, Anaconda integrates most of Python's third-party packages, such as pandas,numpy,scipy.

1.:https://www.continuum.io/downloads

According to the operating system, the CPU chooses the corresponding package, the first time use, it is recommended to download Python 2.x version.

2. I installed the version of Windows 64bit, Python 2.7

After the installation is complete, you can see the following interface

Spyder: A great python editor for Python Code development, debugging

IP ipython,jupyter qtconsole: python-like cmd mode

Anaconda prompt: Console for package installation, management

Jupyter Notebook:web Interface Mode

3. Spyder installs third-party packages

Method One: Run cmd, enter the command pip, enter pip install Package,package as the name of the package to be installed.
Method Two: After opening the Spyder, tools---open command prompt, after opening the console, the CD enters the location of the download package, runs the python setup.py install

Anaconda Installation Summary

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.