ipython安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ipython安装相关的知识,希望对你有一定的参考价值。

 

yum install -y python-pip
pip install ipython==1.2.1
ipython
如果提示nothing to do,安装epel扩展源。
 
编译后生成扩展名为pyc文件。
import py_compile
py_compile.compile(‘hello.py‘)
经过优化的源码文件,扩展名.pyo
python -O -m py_compile hello.py

以上是关于ipython安装的主要内容,如果未能解决你的问题,请参考以下文章

linux安装IPython四种方法

ipython的安装

如何将我的整个输出从iPython笔记本保存为.txt文件?

如何升级到python3版本并且安装pip3及ipython3

1python与ipython的下载与安装

安装anaconda-换源-安装ipython-安装ipython notebook