Python---virtualenv + tensorflow + jupyter Notebook

Source: Internet
Author: User
Tags virtual environment virtualenv jupyter jupyter notebook

  First, the Ubuntu system installed after the Caffe, installed Jupyter notebook.

Execute in terminal, installation instructions:

When the installation is complete, run notebook:

or



Second, the Ubuntu system, the use of virtualenv installed after tensorfow, installed Jupyter notebook.

Main steps:

    1. Entering a virtual environment

      source myproject/bin/activate

    2. Installing Ipykernel
    1. < Python2 >
    2. Pip Install Ipykernel
    3. < Python3 >
    4. PIP3 Install Ipykernel
    1. Add Virtualenv to Ipykernel
    1. < Python2 >
    2. Python2-m Ipykernel Install--user--name=myproject
    3. < Python3 >
    4. Python3-m Ipykernel Install--user--name=myproject

4. start jupyter notebook and change the kernel

Python---virtualenv + tensorflow + jupyter Notebook

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.