python配置(二)——机器学习环境


我的电脑是win10,X64,  surfacebook
打开cmd,先cd到python下有pip执行文件的文件夹,然后pip install
总结一下版本号:

Python version:3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 17:00:18) [MSC v.1900 64 bit (AMD64)]
pandas version:0.23.0
matplotlib version:2.2.2
NumPy version:1.14.3
SciPy version:1.1.0
IPython version:6.4.0
scikit-learn version:0.19.1

下面是安装log

C:\Users\m\AppData\Local\Programs\Python\Python36>cd Scripts
C:\Users\m\AppData\Local\Programs\Python\Python36\Scripts>pip install matplotlib
Collecting matplotlib
  Downloading https://files.pythonhosted.org/packages/bf/b9/485032835e979ee11d514bb3b9b0543a928b8b96c099c178aeab1d2ba861/matplotlib-2.2.2-cp36-cp36m-win_amd64.whl (8.7MB)
    100% |████████████████████████████████| 8.7MB 739kB/s
Collecting cycler>=0.10 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Collecting kiwisolver>=1.0.1 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/44/72/16630c3392eba03788ad87949390516bbc488e8e118047a3b824631d21a6/kiwisolver-1.0.1-cp36-none-win_amd64.whl (57kB)
    100% |████████████████████████████████| 61kB 705kB/s
Collecting pytz (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/dc/83/15f7833b70d3e067ca91467ca245bae0f6fe56ddc7451aa0dc5606b120f2/pytz-2018.4-py2.py3-none-any.whl (510kB)
    100% |████████████████████████████████| 512kB 835kB/s
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)
    100% |████████████████████████████████| 61kB 940kB/s
Collecting six>=1.10 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Requirement already satisfied: numpy>=1.7.1 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from matplotlib) (1.14.3+mkl)
Collecting python-dateutil>=2.1 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB)
    100% |████████████████████████████████| 215kB 1.2MB/s
Requirement already satisfied: setuptools in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from kiwisolver>=1.0.1->matplotlib) (39.0.1)
Installing collected packages: six, cycler, kiwisolver, pytz, pyparsing, python-dateutil, matplotlib
Successfully installed cycler-0.10.0 kiwisolver-1.0.1 matplotlib-2.2.2 pyparsing-2.2.0 python-dateutil-2.7.3 pytz-2018.4 six-1.11.0
C:\Users\maxingxin\AppData\Local\Programs\Python\Python36\Scripts>pip install ipython
Collecting ipython
  Downloading https://files.pythonhosted.org/packages/b1/7f/91d50f28af3e3a24342561983a7857e399ce24093876e6970b986a0b6677/ipython-6.4.0-py3-none-any.whl (750kB)
    100% |████████████████████████████████| 757kB 781kB/s
Collecting decorator (from ipython)
  Downloading https://files.pythonhosted.org/packages/bc/bb/a24838832ba35baf52f32ab1a49b906b5f82fb7c76b2f6a7e35e140bac30/decorator-4.3.0-py2.py3-none-any.whl
Collecting colorama; sys_platform == "win32" (from ipython)
  Downloading https://files.pythonhosted.org/packages/db/c8/7dcf9dbcb22429512708fe3a547f8b6101c0d02137acbd892505aee57adf/colorama-0.3.9-py2.py3-none-any.whl
Collecting pickleshare (from ipython)
  Downloading https://files.pythonhosted.org/packages/9f/17/daa142fc9be6b76f26f24eeeb9a138940671490b91cb5587393f297c8317/pickleshare-0.7.4-py2.py3-none-any.whl
Collecting simplegeneric>0.8 (from ipython)
  Downloading https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip
Collecting traitlets>=4.2 (from ipython)
  Downloading https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl (74kB)
    100% |████████████████████████████████| 81kB 1.1MB/s
Collecting pygments (from ipython)
  Downloading https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl (841kB)
    100% |████████████████████████████████| 849kB 1.0MB/s
Collecting backcall (from ipython)
  Downloading https://files.pythonhosted.org/packages/84/71/c8ca4f5bb1e08401b916c68003acf0a0655df935d74d93bf3f3364b310e0/backcall-0.1.0.tar.gz
Collecting jedi>=0.10 (from ipython)
  Downloading https://files.pythonhosted.org/packages/e7/42/074192a165622e645ed4aeade63e76e56b3496a044569b3c6cae3a918352/jedi-0.12.0-py2.py3-none-any.whl (172kB)
    100% |████████████████████████████████| 174kB 1.1MB/s
Requirement already satisfied: setuptools>=18.5 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from ipython) (39.0.1)
Collecting prompt-toolkit<2.0.0,>=1.0.15 (from ipython)
  Downloading https://files.pythonhosted.org/packages/04/d1/c6616dd03701e7e2073f06d5c3b41b012256e42b72561f16a7bd86dd7b43/prompt_toolkit-1.0.15-py3-none-any.whl (247kB)
    100% |████████████████████████████████| 256kB 822kB/s
Requirement already satisfied: six in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from traitlets>=4.2->ipython) (1.11.0)
Collecting ipython-genutils (from traitlets>=4.2->ipython)
  Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
Collecting parso>=0.2.0 (from jedi>=0.10->ipython)
  Downloading https://files.pythonhosted.org/packages/cd/3e/5908f9577dbd1e5df53e64349bfd11e46b726c1e4d8cd676bbe8aa4de316/parso-0.2.1-py2.py3-none-any.whl (91kB)
    100% |████████████████████████████████| 92kB 829kB/s
Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.15->ipython)
  Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
Installing collected packages: decorator, colorama, pickleshare, simplegeneric, ipython-genutils, traitlets, pygments, backcall, parso, jedi, wcwidth, prompt-toolkit, ipython
  Running setup.py install for simplegeneric ... done
  The script pygmentize.exe is installed in 'c:\users\maxingxin\appdata\local\programs\python\python36\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  Running setup.py install for backcall ... done
  The scripts iptest.exe, iptest3.exe, ipython.exe and ipython3.exe are installed in 'c:\users\maxingxin\appdata\local\programs\python\python36\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed backcall-0.1.0 colorama-0.3.9 decorator-4.3.0 ipython-6.4.0 ipython-genutils-0.2.0 jedi-0.12.0 parso-0.2.1 pickleshare-0.7.4 prompt-toolkit-1.0.15 pygments-2.2.0 simplegeneric-0.8.1 traitlets-4.3.2 wcwidth-0.1.7
C:\Users\maxingxin\AppData\Local\Programs\Python\Python36\Scripts>pip install scikit-learn
Collecting scikit-learn
  Downloading https://files.pythonhosted.org/packages/67/e5/1459a3d6c6029a86b840b7701c48429d857eb2086916fec76f97c94dcc7a/scikit_learn-0.19.1-cp36-cp36m-win_amd64.whl (4.3MB)
    100% |████████████████████████████████| 4.4MB 729kB/s
Installing collected packages: scikit-learn
Successfully installed scikit-learn-0.19.1
C:\Users\maxingxin\AppData\Local\Programs\Python\Python36\Scripts>pip install pandas
Collecting pandas
  Downloading https://files.pythonhosted.org/packages/8a/00/6d84ede36733123656e5814de7d872af38fbac8b0c231548e9e6aa3f4493/pandas-0.23.0-cp36-cp36m-win_amd64.whl (10.2MB)
    100% |████████████████████████████████| 10.2MB 534kB/s
Requirement already satisfied: numpy>=1.9.0 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from pandas) (1.14.3+mkl)
Requirement already satisfied: pytz>=2011k in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from pandas) (2018.4)
Requirement already satisfied: python-dateutil>=2.5.0 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from pandas) (2.7.3)
Requirement already satisfied: six>=1.5 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from python-dateutil>=2.5.0->pandas) (1.11.0)
Installing collected packages: pandas
Successfully installed pandas-0.23.0
C:\Users\maxingxin\AppData\Local\Programs\Python\Python36\Scripts>pip install mglearn
Collecting mglearn
  Downloading https://files.pythonhosted.org/packages/87/6e/83de2a2279bb4e076f330e8c1c18f80e036e4e1097aa0a8288c4c7fd198f/mglearn-0.1.6.tar.gz (541kB)
    100% |████████████████████████████████| 542kB 250kB/s
Requirement already satisfied: numpy in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from mglearn) (1.14.3+mkl)
Requirement already satisfied: matplotlib in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from mglearn) (2.2.2)
Requirement already satisfied: scikit-learn in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from mglearn) (0.19.1)
Requirement already satisfied: pandas in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from mglearn) (0.23.0)
Collecting pillow (from mglearn)
  Downloading https://files.pythonhosted.org/packages/a4/86/283719dac6309cf483452abb09759be9b2c0974435ed608dc67949127e13/Pillow-5.1.0-cp36-cp36m-win_amd64.whl (1.6MB)
    100% |████████████████████████████████| 1.6MB 974kB/s
Requirement already satisfied: cycler in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from mglearn) (0.10.0)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from matplotlib->mglearn) (2.2.0)
Requirement already satisfied: pytz in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from matplotlib->mglearn) (2018.4)
Requirement already satisfied: six>=1.10 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from matplotlib->mglearn) (1.11.0)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from matplotlib->mglearn) (1.0.1)
Requirement already satisfied: python-dateutil>=2.1 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from matplotlib->mglearn) (2.7.3)
Requirement already satisfied: setuptools in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from kiwisolver>=1.0.1->matplotlib->mglearn) (39.0.1)
Installing collected packages: pillow, mglearn
  Running setup.py install for mglearn ... done
Successfully installed mglearn-0.1.6 pillow-5.1.0
C:\Users\maxingxin\AppData\Local\Programs\Python\Python36\Scripts>pip install Jupyter Notebook
Collecting Jupyter
  Downloading https://files.pythonhosted.org/packages/83/df/0f5dd132200728a86190397e1ea87cd76244e42d39ec5e88efd25b2abd7e/jupyter-1.0.0-py2.py3-none-any.whl
Collecting Notebook
  Downloading https://files.pythonhosted.org/packages/c0/66/cfed59f574d03ca5f1b7c5281485a9cc9a0f21342d24e0f057572316dae5/notebook-5.5.0-py2.py3-none-any.whl (8.4MB)
    100% |████████████████████████████████| 8.4MB 391kB/s
Collecting qtconsole (from Jupyter)
  Downloading https://files.pythonhosted.org/packages/90/ff/047e0dca2627b162866920e7aa93f04523c0ae81e5c67060eec85701992d/qtconsole-4.3.1-py2.py3-none-any.whl (108kB)
    100% |████████████████████████████████| 112kB 803kB/s
Collecting nbconvert (from Jupyter)
  Downloading https://files.pythonhosted.org/packages/39/ea/280d6c0d92f8e3ca15fd798bbcc2ea141489f9539de7133d8fe10ea4b049/nbconvert-5.3.1-py2.py3-none-any.whl (387kB)
    100% |████████████████████████████████| 389kB 1.1MB/s
Collecting jupyter-console (from Jupyter)
  Downloading https://files.pythonhosted.org/packages/77/82/6469cd7fccf7958cbe5dce2e623f1e3c5e27f1bb1ad36d90519bc2d5d370/jupyter_console-5.2.0-py2.py3-none-any.whl
Collecting ipykernel (from Jupyter)
  Downloading https://files.pythonhosted.org/packages/ab/3f/cd624c835aa3336a9110d0a99e15070f343b881b7d651ab1375ef226a3ac/ipykernel-4.8.2-py3-none-any.whl (108kB)
    100% |████████████████████████████████| 112kB 970kB/s
Collecting ipywidgets (from Jupyter)
  Downloading https://files.pythonhosted.org/packages/7d/24/fabc09ad81c6071159a4d12d5bfbddcbea69bd9e3b16c3250ef300c0285f/ipywidgets-7.2.1-py2.py3-none-any.whl (106kB)
    100% |████████████████████████████████| 112kB 757kB/s
Collecting jinja2 (from Notebook)
  Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
    100% |████████████████████████████████| 133kB 575kB/s
Collecting Send2Trash (from Notebook)
  Downloading https://files.pythonhosted.org/packages/49/46/c3dc27481d1cc57b9385aff41c474ceb7714f7935b1247194adae45db714/Send2Trash-1.5.0-py3-none-any.whl
Collecting jupyter-client>=5.2.0 (from Notebook)
  Downloading https://files.pythonhosted.org/packages/94/dd/fe6c4d683b09eb05342bd2816b7779663f71762b4fa9c2d5203d35d17354/jupyter_client-5.2.3-py2.py3-none-any.whl (89kB)
    100% |████████████████████████████████| 92kB 814kB/s
Requirement already satisfied: ipython-genutils in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from Notebook) (0.2.0)
Collecting jupyter-core>=4.4.0 (from Notebook)
  Downloading https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl (126kB)
    100% |████████████████████████████████| 133kB 990kB/s
Requirement already satisfied: traitlets>=4.2.1 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from Notebook) (4.3.2)
Collecting nbformat (from Notebook)
  Downloading https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl (155kB)
    100% |████████████████████████████████| 163kB 920kB/s
Collecting terminado>=0.8.1 (from Notebook)
  Downloading https://files.pythonhosted.org/packages/2e/20/a26211a24425923d46e1213b376a6ee60dc30bcdf1b0c345e2c3769deb1c/terminado-0.8.1-py2.py3-none-any.whl
Collecting tornado>=4 (from Notebook)
  Downloading https://files.pythonhosted.org/packages/3d/4a/5b321dc86dec06205cfae8e06fd9fa78be57e199b8665dc152c56f7d5b53/tornado-5.0.2-cp36-cp36m-win_amd64.whl (439kB)
    100% |████████████████████████████████| 440kB 41kB/s
Collecting pyzmq>=17 (from Notebook)
  Downloading https://files.pythonhosted.org/packages/27/0b/a275f30738a014dc25443d2f45156ca739991df581fdaa40aa19df6c4f86/pyzmq-17.0.0-cp36-cp36m-win_amd64.whl (944kB)
    100% |████████████████████████████████| 952kB 534kB/s
Requirement already satisfied: pygments in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from qtconsole->Jupyter) (2.2.0)
Collecting pandocfilters>=1.4.1 (from nbconvert->Jupyter)
  Downloading https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz
Collecting testpath (from nbconvert->Jupyter)
  Downloading https://files.pythonhosted.org/packages/15/19/d7bc380c479a184e4a5a9ce516e4e2a773165f89b445f7cdced83d94de25/testpath-0.3.1-py2.py3-none-any.whl (161kB)
    100% |████████████████████████████████| 163kB 237kB/s
Collecting mistune>=0.7.4 (from nbconvert->Jupyter)
  Downloading https://files.pythonhosted.org/packages/c8/8c/87f4d359438ba0321a2ae91936030110bfcc62fef752656321a72b8c1af9/mistune-0.8.3-py2.py3-none-any.whl
Collecting entrypoints>=0.2.2 (from nbconvert->Jupyter)
  Downloading https://files.pythonhosted.org/packages/cc/8b/4eefa9b47f1910b3d2081da67726b066e379b04ca897acfe9f92bac56147/entrypoints-0.2.3-py2.py3-none-any.whl
Collecting bleach (from nbconvert->Jupyter)
  Downloading https://files.pythonhosted.org/packages/30/b6/a8cffbb9ab4b62b557c22703163735210e9cd857d533740c64e1467d228e/bleach-2.1.3-py2.py3-none-any.whl
Requirement already satisfied: ipython in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from jupyter-console->Jupyter) (6.4.0)
Requirement already satisfied: prompt-toolkit<2.0.0,>=1.0.0 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from jupyter-console->Jupyter) (1.0.15)
Collecting widgetsnbextension~=3.2.0 (from ipywidgets->Jupyter)
  Downloading https://files.pythonhosted.org/packages/ff/fa/64acc09fc845a6b2dc0724d6f3f81e829b778ed5e9a7559567b4f19a3f4b/widgetsnbextension-3.2.1-py2.py3-none-any.whl (2.2MB)
    100% |████████████████████████████████| 2.2MB 815kB/s
Collecting MarkupSafe>=0.23 (from jinja2->Notebook)
  Downloading https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz
Requirement already satisfied: python-dateutil>=2.1 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from jupyter-client>=5.2.0->Notebook) (2.7.3)
Requirement already satisfied: decorator in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from traitlets>=4.2.1->Notebook) (4.3.0)
Requirement already satisfied: six in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from traitlets>=4.2.1->Notebook) (1.11.0)
Collecting jsonschema!=2.5.0,>=2.4 (from nbformat->Notebook)
  Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl
Collecting pywinpty>=0.5; os_name == "nt" (from terminado>=0.8.1->Notebook)
  Downloading https://files.pythonhosted.org/packages/96/b8/fe0669423dd6a7bbac22fb56bd8a740c674f22e90fd5ecb9ac6c68789a7b/pywinpty-0.5.4-cp36-cp36m-win_amd64.whl (1.3MB)
    100% |████████████████████████████████| 1.3MB 709kB/s
Collecting html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre (from bleach->nbconvert->Jupyter)
  Downloading https://files.pythonhosted.org/packages/a5/62/bbd2be0e7943ec8504b517e62bab011b4946e1258842bc159e5dfde15b96/html5lib-1.0.1-py2.py3-none-any.whl (117kB)
    100% |████████████████████████████████| 122kB 1.3MB/s
Requirement already satisfied: simplegeneric>0.8 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from ipython->jupyter-console->Jupyter) (0.8.1)
Requirement already satisfied: backcall in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from ipython->jupyter-console->Jupyter) (0.1.0)
Requirement already satisfied: setuptools>=18.5 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from ipython->jupyter-console->Jupyter) (39.0.1)
Requirement already satisfied: pickleshare in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from ipython->jupyter-console->Jupyter) (0.7.4)
Requirement already satisfied: colorama; sys_platform == "win32" in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from ipython->jupyter-console->Jupyter) (0.3.9)
Requirement already satisfied: jedi>=0.10 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from ipython->jupyter-console->Jupyter) (0.12.0)
Requirement already satisfied: wcwidth in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from prompt-toolkit<2.0.0,>=1.0.0->jupyter-console->Jupyter) (0.1.7)
Collecting webencodings (from html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre->bleach->nbconvert->Jupyter)
  Downloading https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
Requirement already satisfied: parso>=0.2.0 in c:\users\maxingxin\appdata\local\programs\python\python36\lib\site-packages (from jedi>=0.10->ipython->jupyter-console->Jupyter) (0.2.1)
Installing collected packages: jupyter-core, pyzmq, tornado, jupyter-client, ipykernel, qtconsole, MarkupSafe, jinja2, pandocfilters, testpath, jsonschema, nbformat, mistune, entrypoints, webencodings, html5lib, bleach, nbconvert, jupyter-console, Send2Trash, pywinpty, terminado, Notebook, widgetsnbextension, ipywidgets, Jupyter
  The scripts jupyter-migrate.exe, jupyter-troubleshoot.exe and jupyter.exe are installed in 'c:\users\maxingxin\appdata\local\programs\python\python36\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  The scripts jupyter-kernel.exe, jupyter-kernelspec.exe and jupyter-run.exe are installed in 'c:\users\maxingxin\appdata\local\programs\python\python36\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  Running setup.py install for MarkupSafe ... done
  Running setup.py install for pandocfilters ... done
  The script jsonschema.exe is installed in 'c:\users\maxingxin\appdata\local\programs\python\python36\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  The script jupyter-trust.exe is installed in 'c:\users\maxingxin\appdata\local\programs\python\python36\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  The script jupyter-nbconvert.exe is installed in 'c:\users\maxingxin\appdata\local\programs\python\python36\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  The script jupyter-console.exe is installed in 'c:\users\maxingxin\appdata\local\programs\python\python36\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
  The scripts jupyter-bundlerextension.exe, jupyter-nbextension.exe, jupyter-notebook.exe and jupyter-serverextension.exe are installed in 'c:\users\maxingxin\appdata\local\programs\python\python36\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed Jupyter-1.0.0 MarkupSafe-1.0 Notebook-5.5.0 Send2Trash-1.5.0 bleach-2.1.3 entrypoints-0.2.3 html5lib-1.0.1 ipykernel-4.8.2 ipywidgets-7.2.1 jinja2-2.10 jsonschema-2.6.0 jupyter-client-5.2.3 jupyter-console-5.2.0 jupyter-core-4.4.0 mistune-0.8.3 nbconvert-5.3.1 nbformat-4.4.0 pandocfilters-1.4.2 pywinpty-0.5.4 pyzmq-17.0.0 qtconsole-4.3.1 terminado-0.8.1 testpath-0.3.1 tornado-5.0.2 webencodings-0.5.1 widgetsnbextension-3.2.1
C:\Users\maxingxin\AppData\Local\Programs\Python\Python36\Scripts>

你可能感兴趣的:(python配置(二)——机器学习环境)