码迷,mamicode.com
首页 > 编程语言 > 详细

在ubuntu中使用ipython

时间:2020-02-19 12:53:43      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:cti   ref   extra   安装   features   overview   over   edit   form   

python自带的shell实在是不怎么好用

大家可以用一下ipython这个软件,它可以自动缩进,补齐,语法高亮等

安装办法:

sudo apt install ipython #这个是安装2.7的python

sudo apt  install ipython3 #这个是安装3.6.9的python(应该是ipython能提供的最新的版本了,虽然现在3.7都已经有了)

gyf@ubuntu:~/Downloads$ ipython3
Python 3.6.9 (default, Nov  7 2019, 10:44:02)
Type "copyright", "credits" or "license" for more information.
IPython 5.5.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]: print("Hello ,Ipython")
Hello ,Ipython
In [2]:

在ubuntu中使用ipython

标签:cti   ref   extra   安装   features   overview   over   edit   form   

原文地址:https://www.cnblogs.com/guoendlesslove/p/12330574.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!