This article was originally published by Python Magazine in February of 2008.

IPython and virtualenv | And Now For Something Completely Different

Listing4.txt

(ipython)$ ipython
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) 
Type "copyright", "credits" or "license" for more information.

IPython 0.8.2 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object'. ?object also works, ?? prints more.

In [1]:

Original Format