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