IPython 中 的 “I” 代表 交互 interactive

特点

IPython 是一个 python 的 交互式 shell,比默认的 python shell 好用得多

  • 支持自动补全
  • 自动缩进
  • 支持 bash shell 命令
  • 内置了许多很有用的功能和函数

IPython 是基于 BSD 开源的

版本

  • Python 2.x 使用的解释器是 ipython
  • Python 3.x 使用的解释器是 ipython3

已经安装好python3后使用如下命令安装ipython

pip3 install ipython

使用

Python3交互式shell ipython3安装及使用详解

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。

标签:
python3,交互式,shell,ipython3

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
白云城资源网 Copyright www.dyhadc.com

评论“Python3交互式shell ipython3安装及使用详解”

暂无“Python3交互式shell ipython3安装及使用详解”评论...