Linux下安装IPython配置python开发环境教程
一.IPython简介
IPython 是一个交互式的shell,比默认终端好用,支持自动缩进,并且内置了很多有用的功能和函数。可以在任何操作系统上使用。
二.安装方法
1.pip 在线安装
pip install ipython
pip install “ipython[notebook]”
2.下载安装
可以到GitHub 下载安装包,切换到目录下然后运行下面的脚本
Python setup.py install
三.简单使用
打开Linux终端,在命令行中输入
root@Linux:/# ipython
便会进入ipython 的交互式shell,并会显示 ipython 的一些信息,在In [1]: 便可以输入python的代码
Python 2.7.6 (default, Jun 22 2015, 17:58:13) Type “copyright”, “credits” or “license” for more information. IPython 4.0.0 – An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about ‘object', use ‘object??' for extra details. In [1]: (此处输入代码)
上一篇:linux corosync+pacemaker+drbd+mysql配置安装详解
栏 目:Linux
下一篇:linux系统下一个冷门的RAID卡ioc0及其监控mpt-status
本文标题:Linux下安装IPython配置python开发环境教程
本文地址:https://idc91.com/fuwuqizl/2547.html
您可能感兴趣的文章
- 05-10Ubuntu系统安装ANSYS2021R1
- 05-10ANSYS2021R1安装方法Linux centos Ubuntu系统
- 11-07Linux中一对多配置日志服务器的详细步骤
- 11-07linux服务器安装SonarQube代码检测工具的详细步骤
- 11-07Apache自带的ab压力测试工具的实现
- 11-07apache虚拟主机配置的三种方式(小结)
- 11-07Linux在两个服务器直接传文件的操作方法
- 11-07xshell5使用ssh连接阿里云服务器的实现步骤
- 11-07linux查看服务器开放的端口和启用的端口多种方式
- 11-07Xshell连接centOS7并与CentOS7联网