python shell是什么-LMLPHP

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

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

python shell是什么-LMLPHP

ipython的安装

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

python shell是什么-LMLPHP

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

python shell是什么-LMLPHP

说明ipython 已经成功安装

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

09-04 01:08