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