1. 程式人生 > 程式設計 >Python3互動式shell ipython3安裝及使用詳解

Python3互動式shell ipython3安裝及使用詳解

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安裝及使用詳解

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支援我們。