pip是Python的包管理工具,和yum相似
配置pip源
[python@localhost web]$ cd [python@localhost ~]$ mkdir .pip [python@localhost ~]$ cd .pip [python@localhost .pip]$ vim pip.conf [global] index-url=https://mirrors.aliyun.com/pypi/simple trusted-host=mirrors.aliyun.com
安装ipython
增强的Python交互式命令行工具
(zh353) [python@localhost cmdb]$ pip install ipython
安装jupyter
(zh353) [python@localhost cmdb]$ pip install jupyter
# 查看帮助
(zh353) [python@localhost cmdb]$ jupyter notebook --help