当前位置:Gxlcms > Python > pythonshell是什么

pythonshell是什么

时间:2021-07-01 10:21:17 帮助过:147人阅读

python shell不是特指某一项命令,而是一种命令行环境。可以在shell里面调用库、执行语句。常见的有 ipython环境,比python自带的shell要好得多。

如下图,我们可以在shell中 编写代码,导出库

4278f0ad9b9e4db71acae8d39ab096b.png

ipython的安装

命令行下执行 pip3 install ipython ,如下

2e334850ba776a1db7a8debc6a72c61.png

安装成功后,打开命令行,输入ipython,回车,如下

8d00d22ae0942021ee33a26d750da2a.png

说明ipython 已经成功安装

以上就是python shell是什么的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行