当前位置:主页 > 软件编程 > Python代码 >
时间:2020-11-16 11:54:12 | 栏目:Python代码 | 点击:次
IPython 中 的 “I” 代表 交互 interactive
特点
IPython 是一个 python 的 交互式 shell,比默认的 python shell 好用得多
IPython 是基于 BSD 开源的
版本
已经安装好python3后使用如下命令安装ipython
pip3 install ipython
使用