ipython的python比較優秀的交互式shell,比python console功能更增強大更加的貼近開發及調試程序,也支持在linux下直接執行linux命令python
源碼安裝linux
https://github.com/ipython/ipython/releasesgit
IPython versions and Python Supportgithub
IPython 7.0 requires Python version 3.5 and above.shell
IPython 6.x requires Python version 3.3 and above.函數
IPython 5.x LTS is the compatible release for Python 2.7. If you require Python 2 support, you must use IPython 5.x LTS. Please update your project configurations and requirements as necessary.測試
ipython-7.5.0.tar.gz //本機測試的python3.6環境下的ipythonui
python3 setup.py install //安裝庫文件到site-packages及scripts/ipythonspa
pip安裝調試
pip3 install ipython //注意配置下pip國內源
注意:經過yum/apt也是能夠安裝ipython
tab自動補全
ipython內置魔法函數
%lsmagic //查看全部內置魔法函數 %alias? //查看函數的幫忙文檔
應用例子