Installing Python's Jupyter notebook tool

Source: Internet
Author: User
Tags install pandas jupyter jupyter notebook install matplotlib

Jupyter Notebook is a tool that runs Python through a Web page

Support for segmented Python runs and intuitive viewing of results

Support multi-python environment, need to install (Conda)

1. Download Anaconda3, I chose the 64-bit version of Python3

2.windows Installation

3. Go to the command line for version installation

Install a specific version
Conda Create--name python36 python=3.6
Active version
Activate Python36
Close version
Deactivate python36
Install a 2.7 version of the
Conda Create--name python27 python=2.7

View the current version list
Conda INFO-E

4. Install Jupyter as a Web development environment

Conda Install Jupyter

5. Start

Command line run, start, automatically open the Web console, the default port is 8888

Jupyter Notebook
--9999


The default path is the command line-initiated path

If you have installed the environment based on Conda, add plug-ins, you can achieve online version switching
Conda Install Nb_conda

4. Common components
Conda Install Nb_conda
Conda Install Pymysql
Conda Install NumPy
Conda Install Pandas
Conda Install TensorFlow
Conda Install Matplotlib

5. Common Configuration
Jupyter Notebook--generate-config
C.notebookapp.iopub_data_rate_limit = 10000000

Install Python's jupyter notebook tool

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.