Skip to content

Instantly share code, notes, and snippets.

@satra
Created January 17, 2010 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satra/279433 to your computer and use it in GitHub Desktop.
Save satra/279433 to your computer and use it in GitHub Desktop.
(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