Created
January 17, 2010 16:00
-
-
Save satra/279433 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ipythonenv)unwarped:temp satra$ which ipython | |
/software/pysoft/ipythonenv/bin/ipython | |
(ipythonenv)unwarped:temp satra$ ipython | |
Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51) | |
Type "copyright", "credits" or "license" for more information. | |
IPython 0.10 -- 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]: | |
Do you really want to exit ([y]/n)? | |
(ipythonenv)unwarped:temp satra$ /software/pysoft/ipythonenv/bin/ipython | |
Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51) | |
Type "copyright", "credits" or "license" for more information. | |
IPython 0.11.bzr.r1340 -- 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]: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment