Windows-based Python3 installs Ipython Notebook (that is, jupyter). python–m pip Install XXX

Source: Internet
Author: User
Tags jupyter

1, install python3.x, note Modify the environment variable path (append the Python installation directory, such as: D:\Program files\python\python36-32)

2. View the currently installed third-party package: python–m PIP list

3. Installing ipython:python–m pip install Ipython[all]

4, install other:

python–m pip Install PYZMQ

python-m pip Install Jinja2

python-m Pip Install tornado

Python-m pip Install Notebook

5. Modify the environment variable path (append the directory where the Ipython executable file is located, that is, the Scripts folder under the Python installation folder. such as: D:\Program files\python\python36-32\scripts)

6. Running Ipython:ipython

Run Ipython Notebook:ipython Notebook

Reference:

http://blog.csdn.net/g11d111/article/details/50651143

Https://jingyan.baidu.com/article/cbcede070c8eac02f40b4d8e.html

Windows-based Python3 installs Ipython Notebook (that is, jupyter). python–m pip Install XXX

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.