CC00023.python——|Hadoop&Python.v01|——|Arithmetic.v01|Jupyter交互程序:Jupyter库安装|

一、安装jupyter库
### --- 查看pip版本

C:\Users\Administrator>pip --version
pip 21.2.4 from D:\JAVA\Python310\lib\site-packages\pip (python 3.10)
### --- 在windows.dos下安装jupyter
### --- win+R:dos窗口

### --- 安装jupyter库
C:\Users\Administrator>pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple
~~~输出参数:
Using legacy 'setup.py install' for tornado, since package 'wheel' is not installed.
Building wheels for collected packages: pyrsistent
  Building wheel for pyrsistent (PEP 517) ... done
  Created wheel for pyrsistent: filename=pyrsistent-0.18.0-cp310-cp310-win_amd64.whl size=47734 sha256=543e04cde5df7832556fe6a547870ce22000e71c047d95487b5d4bc21bda3d21
  Stored in directory: c:\users\administrator\appdata\local\pip\cache\wheels\83\3d\2a\3bfca9aab54e3d7a16af1e625313678687f26364173a

你可能感兴趣的:(pip,window,activemq,bt,openstack)