Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to use ipython and where is ipthon shell?

Tags:

python

ipython

I've installed ipython, but I don't know how to use it. Where could I find ipython shell?

like image 854
f.ashouri Avatar asked Nov 08 '12 20:11

f.ashouri


2 Answers

To use ipython, just go to the command line, and run the command ipython.

like image 151
JeffS Avatar answered Sep 27 '22 20:09

JeffS


open up your terminal, type ipython and run.

EDIT: have you set ipython in your environment variables? Here is an initial configurations guide by ipython.org

EDIT: maybe you also need to install setuptools from http://pypi.python.org/pypi/setuptools

source: IPython won't start

like image 45
dnlcrl Avatar answered Sep 27 '22 19:09

dnlcrl