Win7 to build a deep learning environment under pure environment: Python+tensorflow+jupyter

Source: Internet
Author: User
Tags windows support jupyter

1. Installing the PYTHON3.0 Series version (Windows)

1) Download: Install 3.5.0 in this website (: https://www.python.org/downloads/release/python-350/)

Installation

2) Add environment variables: Add python's installation location to "Path":

Verify that Python is installed successfully and enter Python in cmd to verify:

2. Installing TensorFlow

1) First install PIP: Switch to the script directory under the newly installed Python directory:

Easy_install.exe pip

Add the PIP to the environment variable (same as above) and use Pip to install the package that you might want to use later:

Pip install numpy scipy matplotlib ipython==5.3. 0 Jupyter Pandas sympy nosepip install Scikit-learnpip3 install tensorflow= =1.5. 0

Note that the 1.5 version of TensorFlow and the 5.3 version of Ipython are installed (fewer versions of Windows support)

3. Configure Jupyter, save and run Python code with Jupyter

Run under the Python installation path:

Will jump to the default browser, you can operate their own code inside (do not know why I encountered some browsers do not support the situation, Google Browser is possible)

For the first time, you will be prompted to enter token, or you can choose to set a password yourself.

Next is to follow Wunda teacher continue to study! Deep learning Beginner, Welcome to add QQ729608240 AC

Win7 to build a deep learning environment under pure environment: Python+tensorflow+jupyter

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.