Ipython基本使用

安裝 Ipython
在 Linux 命令行中輸出 如下命令進行安裝

pip3   install  ipython

啓動和退出 Ipython

[root@aldey ~]# ipython
Python 3.7.6 (default, Mar  2 2020, 22:15:30) 
Type 'copyright', 'credits' or 'license' for more information
IPython 7.13.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: exit 

基本使用
1、支持更友好的命令提示
在這裏插入圖片描述
2、執行 shell 命令
在這裏插入圖片描述
3、運行 python 腳本
在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章