miniconda:安装IPython

简介:IPython是一种基于Python的交互式解释器,提供了强大的编辑和交互功能。

优势:

运行ipython控制台
使用ipython作为系统shell
使用历史输入(history)
Tab补全
使用%run命令运行脚本
使用%timeit命令快速测量时间
使用%pdb命令快速debug
使用pylab进行交互计算
使用IPython Notebook

安装:

# 进入Python环境
conda activate py397

# 安装
pip install ipython
# 进入激活Python环境
conda activate py397

# 进入ipython环境
ipython

运行结果:
miniconda:安装IPython_第1张图片

微信公众号:玩转测试开发
欢迎关注,共同进步,谢谢!

你可能感兴趣的:(Python学习,python,开发语言,后端)